redox/recipes/wip/demos/bevy/recipe.toml
2024-07-12 16:08:01 +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
"""