redox/recipes/wip/demos/dioxus-examples/recipe.toml
2024-06-23 00:06:14 +00:00

11 lines
251 B
TOML

#TODO not compiled or tested
[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
"""