Files
armorpaint/kincflags.js
T

12 lines
353 B
JavaScript
Raw Normal View History

2021-08-09 19:16:45 +02:00
2022-03-09 17:37:17 +01:00
// Imported by armorcore/kfile.js
flags.name = 'ArmorPaint';
flags.package = 'org.armorpaint';
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 = platform === 'ios';