redox/recipes/wip/dev/other/dioxus/recipe.toml

13 lines
297 B
TOML

#TODO compilation error
#TODO need to install the bindgen-cli build tool from cargo: cargo install --force --locked bindgen-cli
[source]
git = "https://github.com/DioxusLabs/dioxus"
[build]
template = "custom"
dependencies = [
"openssl1",
]
script = """
cookbook_cargo_packages dioxus-cli
"""