redox/recipes/wip/demos/dioxus-examples/recipe.toml
2024-12-04 00:23:43 +00:00

11 lines
244 B
TOML

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