redox/recipes/wip/dev/framework/moonzoon/recipe.toml
2024-07-01 04:44:16 +00: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 = [
"openssl1",
]
script = """
cookbook_cargo_packages mzoon
"""