Skip to content

Commit 1710f7d

Browse files
committed
feat: update to version 0.3 of scenefx
1 parent 9fee0ce commit 1710f7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

meson.build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'sway',
33
'c',
4-
version: '0.5',
4+
version: '0.5.1',
55
license: 'MIT',
66
meson_version: '>=0.60.0',
77
default_options: [
@@ -44,7 +44,7 @@ subproject(
4444
'scenefx',
4545
required: false,
4646
)
47-
scenefx = dependency('scenefx-0.2', fallback: 'scenefx')
47+
scenefx = dependency('scenefx-0.3', fallback: 'scenefx')
4848

4949
# Execute the wlroots subproject, if any
5050
wlroots_version = ['>=0.18.0', '<0.19.0']

0 commit comments

Comments
 (0)