From 1710f7ddffbd994722f679fba8674c1919588b78 Mon Sep 17 00:00:00 2001 From: William McKinnon Date: Mon, 9 Jun 2025 02:08:01 -0400 Subject: [PATCH] feat: update to version 0.3 of scenefx --- meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meson.build b/meson.build index 68bce85b..3d62d34c 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'sway', 'c', - version: '0.5', + version: '0.5.1', license: 'MIT', meson_version: '>=0.60.0', default_options: [ @@ -44,7 +44,7 @@ subproject( 'scenefx', required: false, ) -scenefx = dependency('scenefx-0.2', fallback: 'scenefx') +scenefx = dependency('scenefx-0.3', fallback: 'scenefx') # Execute the wlroots subproject, if any wlroots_version = ['>=0.18.0', '<0.19.0']