feat: update to version 0.3 of scenefx

This commit is contained in:
William McKinnon 2025-06-09 02:08:01 -04:00
parent 9fee0ce05a
commit 1710f7ddff

View file

@ -1,7 +1,7 @@
project( project(
'sway', 'sway',
'c', 'c',
version: '0.5', version: '0.5.1',
license: 'MIT', license: 'MIT',
meson_version: '>=0.60.0', meson_version: '>=0.60.0',
default_options: [ default_options: [
@ -44,7 +44,7 @@ subproject(
'scenefx', 'scenefx',
required: false, required: false,
) )
scenefx = dependency('scenefx-0.2', fallback: 'scenefx') scenefx = dependency('scenefx-0.3', fallback: 'scenefx')
# Execute the wlroots subproject, if any # Execute the wlroots subproject, if any
wlroots_version = ['>=0.18.0', '<0.19.0'] wlroots_version = ['>=0.18.0', '<0.19.0']