redox/recipes/wip/demos/dioxus-examples/recipe.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",
]