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

9 lines
164 B
TOML

#TODO not compiled or tested
[source]
git = "https://github.com/emilk/egui"
[build]
template = "custom"
script = """
cookbook_cargo_examples hello_world_simple
"""