1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00
Files
godot/modules/svg/config.py
2025-05-02 11:47:56 +02:00

8 lines
139 B
Python

def can_build(env, platform):
env.module_add_dependencies("svg", ["jpg", "webp"], True)
return True
def configure(env):
pass