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