Update recipes

This commit is contained in:
Ribbon 2024-12-04 00:32:14 +00:00
parent 4ffced5522
commit 37d7a9c876
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#TODO not compiled or tested
#TODO discover how to build the "doomfire-minifb" example
[source]
git = "https://github.com/r-marques/doomfire"
[build]

View File

@ -4,5 +4,5 @@ git = "https://github.com/emilk/egui"
[build]
template = "custom"
script = """
cookbook_cargo_examples hello_world_simple
cookbook_cargo_packages hello_world
"""