Add GUI Support

This commit is contained in:
2025-06-12 15:48:37 -05:00
parent bfb029ec36
commit 18b15136b5
5 changed files with 118 additions and 3 deletions

View File

@ -16,11 +16,10 @@
"CROSSLANG_ENABLE_TERMIOS=1",
"CROSSLANG_ENABLE_MBED=1",
"CROSSLANG_ENABLE_SQLITE=1",
"CROSSLANG_ENABLE_SDL2=1",
"TESSESFRAMEWORK_ENABLE_SDL2=1",
"CROSSLANG_ENABLE_PROCESS=1",
"CROSSLANG_ENABLE_FFI=1",
"CROSSLANG_ENABLE_SHARED=1",
"CROSSLANG_ENABLE_GOBJECT_FFI=1"
"CROSSLANG_ENABLE_SHARED=1"
],
"compilerPath": "/usr/bin/gcc",
"cStandard": "c17",