1
0
mirror of https://github.com/godotengine/godot synced 2024-07-08 19:10:44 +00:00
godot/modules/astcenc/config.py
K. S. Ernest (iFire) Lee 696346f4cc
Add ASTC compression and decompression with Arm astcenc.
Co-authored-by: Gordon A Macpherson <gordon.a.macpherson@gmail.com>
Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
2023-01-19 16:27:59 +01:00

7 lines
89 B
Python

def can_build(env, platform):
return env.editor_build
def configure(env):
pass