0.5.3 #1

Merged
pogmommy merged 14 commits from 0.5.3 into master 2025-07-02 12:21:10 -07:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit 8125e08b12 - Show all commits

View file

@ -22,7 +22,7 @@
# unless you intend to override function arguments later.
}).overrideAttrs
(old: {
version = "0.4.0-git";
version = "0.5.2-git";
src = pkgs.lib.cleanSource ./.;
nativeBuildInputs = old.nativeBuildInputs ++ [ pkgs.cmake ];
# Add wlroots_0_19 here

View file

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