mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 15:21:56 -05:00
8 lines
148 B
Python
8 lines
148 B
Python
def can_build(env, platform):
|
|
env.module_add_dependencies("basis_universal", ["jpg", "tinyexr"])
|
|
return True
|
|
|
|
|
|
def configure(env):
|
|
pass
|