redox/recipes/wip/demos/dioxus-examples/recipe.toml
2026-02-13 19:57:07 -03:00

13 lines
278 B
TOML

#TODO wry crate error
[source]
git = "https://github.com/DioxusLabs/dioxus"
shallow_clone = true
[build]
template = "custom"
script = """
DYNAMIC_INIT
cookbook_cargo_examples calculator clock counters \
file_explorer hello_world multiwindow popup window_event \
window_zoom
"""