bumping version, small fixes

This commit is contained in:
2026-01-11 00:27:49 +01:00
parent 8ccfa0bee1
commit 278e29d277
9 changed files with 5 additions and 32 deletions

View File

@@ -1,6 +1,6 @@
project('MacroLibX',
['c', 'cpp'],
version : '2.2.2',
version : '2.2.3',
license : 'MIT',
meson_version : '>= 1.9.0',
default_options : ['warning_level=2', 'optimization=3', 'cpp_std=c++20'])
@@ -9,10 +9,6 @@ add_project_arguments('-Wno-error=', language : 'c')
add_project_arguments('-fPIC', language : 'c')
add_project_arguments('-DSDL_MAIN_HANDLED', language : 'c')
if get_option('force_integrated_gpu')
add_project_arguments('-DFORCE_INTEGRATED_GPU', language : 'c')
endif
if get_option('graphics_memory_dump')
add_project_arguments('-DGRAPHICS_MEMORY_DUMP', language : 'c')
endif