mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-07 20:18:51 +08:00
18 lines
302 B
TOML
18 lines
302 B
TOML
#TODO wry crate error
|
|
[source]
|
|
git = "https://github.com/DioxusLabs/dioxus"
|
|
shallow_clone = true
|
|
[build]
|
|
template = "cargo"
|
|
cargoexamples = [
|
|
"calculator",
|
|
"clock",
|
|
"counters",
|
|
"file_explorer",
|
|
"hello_world",
|
|
"multiwindow",
|
|
"popup",
|
|
"window_event",
|
|
"window_zoom",
|
|
]
|