redox/recipes/wip/dev/other/dioxus/recipe.toml
2026-03-13 15:24:15 -03:00

12 lines
296 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"
shallow_clone = true
[build]
template = "cargo"
cargopackages = ["dioxus-cli"]
dependencies = [
"openssl3",
]