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

14 lines
231 B
TOML

#TODO fontique crate error
[source]
git = "https://github.com/DioxusLabs/blitz"
shallow_clone = true
[build]
template = "custom"
dependencies = [
"openssl3",
]
script = """
DYNAMIC_INIT
cookbook_cargo_examples url markdown
"""