Files
armorpaint/armorlab/kincflags.js
T
2023-02-08 14:51:54 +01:00

13 lines
382 B
JavaScript

// Imported by armorcore/kfile.js
flags.name = 'ArmorLab';
flags.package = 'org.armorlab';
flags.with_d3dcompiler = true;
flags.with_nfd = true;
flags.with_tinydir = true;
flags.with_zlib = true;
flags.with_stb_image_write = true;
flags.with_krafix = graphics === 'vulkan'; // glsl to spirv for vulkan
flags.with_plugin_embed = true; // platform === 'ios';
flags.with_onnx = true;