Enable zui

This commit is contained in:
luboslenco
2023-04-03 14:34:03 +02:00
parent 3f75055829
commit ee18e36656
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -10,6 +10,7 @@ flags.with_stb_image_write = true;
flags.with_onnx = true;
flags.with_g2 = true;
flags.with_iron = true;
flags.with_zui = true;
flags.on_project_created = async function(project) {
project.addDefine('IDLE_SLEEP');
+1
View File
@@ -9,6 +9,7 @@ flags.with_zlib = true;
flags.with_stb_image_write = true;
flags.with_g2 = true;
flags.with_iron = true;
flags.with_zui = true;
flags.on_project_created = async function(project) {
project.addDefine('IDLE_SLEEP');