nix & meson: 0.6.0 -> 0.6.2

This commit is contained in:
Mihai Fufezan
2022-06-29 14:50:19 +03:00
parent cbf3595e96
commit dc83110c05

View File

@@ -1,5 +1,5 @@
project('Hyprland', 'cpp', 'c',
version : '0.6.0beta',
version : '0.6.2beta',
default_options : ['warning_level=3', 'cpp_std=c++20', 'default_library=static'])
wlroots = subproject('wlroots', default_options: ['examples=false'])