1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-10 13:00:37 +00:00
Files
godot/modules/svg/config.py
Daniel J. Ramirez da8fecf25e Added support for SVG
2017-08-20 13:53:02 -05:00

8 lines
73 B
Python

def can_build(platform):
return True
def configure(env):
pass