We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fee0ce commit 1710f7dCopy full SHA for 1710f7d
meson.build
@@ -1,7 +1,7 @@
1
project(
2
'sway',
3
'c',
4
- version: '0.5',
+ version: '0.5.1',
5
license: 'MIT',
6
meson_version: '>=0.60.0',
7
default_options: [
@@ -44,7 +44,7 @@ subproject(
44
'scenefx',
45
required: false,
46
)
47
-scenefx = dependency('scenefx-0.2', fallback: 'scenefx')
+scenefx = dependency('scenefx-0.3', fallback: 'scenefx')
48
49
# Execute the wlroots subproject, if any
50
wlroots_version = ['>=0.18.0', '<0.19.0']
0 commit comments