mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-30 16:48:45 +08:00
12 lines
296 B
TOML
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",
|
|
]
|