mirror of
https://github.com/pkdawson/imgui-godot.git
synced 2026-09-16 11:44:18 +00:00
6 lines
76 B
Python
6 lines
76 B
Python
def can_build(env, platform):
|
|
return True
|
|
|
|
def configure(env):
|
|
pass
|