redox/recipes/wip/dev/framework/moonzoon/recipe.toml
2026-04-11 07:16:54 +07:00

12 lines
232 B
TOML

#TODO camino crate error, require the WebAssembly target on Rustup.
[source]
git = "https://github.com/MoonZoon/MoonZoon"
[build]
template = "custom"
dependencies = [
"openssl3",
]
script = """
cookbook_cargo_packages mzoon
"""