feat: update to version 0.3 of scenefx
This commit is contained in:
parent
9fee0ce05a
commit
1710f7ddff
1 changed files with 2 additions and 2 deletions
|
@ -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']
|
||||
|
|
Loading…
Add table
Reference in a new issue