refactor ui flags
This commit is contained in:
@@ -7,7 +7,9 @@
|
||||
#include "src/meta/build_tool.c"
|
||||
#include "src/meta/parser.c"
|
||||
#include "src/meta/serialize.c"
|
||||
|
||||
#include "src/app/app.meta.c"
|
||||
#include "src/wasm_app/ui.meta.c"
|
||||
|
||||
void list_files_recursive(sb8_t *sb, s8_t path) {
|
||||
for (OS_FileIter iter = OS_IterateFiles(&Perm, path); OS_IsValid(iter); OS_Advance(&iter)) {
|
||||
@@ -24,6 +26,7 @@ int main(int argc, char **argv) {
|
||||
|
||||
ma_arena_t *arena = ma_create(ma_default_reserve_size);
|
||||
meta_app(arena);
|
||||
meta_ui(arena);
|
||||
|
||||
b32 generate_math_library = false; // WARNING: be wary of this, cause it might break build file
|
||||
b32 execute_python_snippets = false; // make sure to not abuse just for quick maths
|
||||
|
||||
Reference in New Issue
Block a user