redox/recipes/wip/demos/bevy-engine/recipe.toml
2024-06-15 20:45:49 +00:00

9 lines
160 B
TOML

#TODO async-io crate error
[source]
git = "https://github.com/bevyengine/bevy"
[build]
template = "custom"
script = """
cookbook_cargo_examples hello_world
"""