remove sokol, use sdl3

This commit is contained in:
2024-11-30 12:12:13 -06:00
parent dbb1bf0630
commit 48904b10f0
55 changed files with 1462 additions and 72423 deletions

View File

@@ -5,6 +5,7 @@ ar = 'x86_64-w64-mingw32-ar'
windres = 'x86_64-w64-mingw32-windres'
strip = 'x86_64-w64-mingw32-strip'
exe_wrapper = 'wine'
pkgconfig = 'x86_64-w64-mingw32-pkg-config'
[host_machine]
system = 'windows'
@@ -14,4 +15,5 @@ endian = 'little'
[properties]
link_args = ['-static']
needs_exe_wrapper = false
needs_exe_wrapper = false
pkg_config_libdir = '/usr/local/lib64/pkgconfig'