This commit is contained in:
dec05eba
2025-01-04 03:33:44 +01:00
parent 6b023051eb
commit 2ddb9980e1
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
project('gsr-ui', ['c', 'cpp'], version : '1.0.3', default_options : ['warning_level=2', 'cpp_std=c++17'], subproject_dir : 'depends')
project('gsr-ui', ['c', 'cpp'], version : '1.0.4', default_options : ['warning_level=2', 'cpp_std=c++17'], subproject_dir : 'depends')
if get_option('buildtype') == 'debug'
add_project_arguments('-g3', language : ['c', 'cpp'])

View File

@@ -1,7 +1,7 @@
[package]
name = "gsr-ui"
type = "executable"
version = "1.0.3"
version = "1.0.4"
platforms = ["posix"]
[lang.cpp]
@@ -14,4 +14,4 @@ ignore_dirs = ["build", "tools"]
xcomposite = ">=0"
xfixes = ">=0"
xi = ">=0"
xcursor = ">=1"
xcursor = ">=1"