redox/recipes/wip/graphics/editors/texel/recipe.toml
2024-07-15 09:25:09 +00:00

9 lines
199 B
TOML

#TODO compiled but not tested (after cargo update)
[source]
git = "https://github.com/almindor/texel"
[build]
template = "custom"
script = """
cookbook_cargo --no-default-features --features ion
"""