From 37d7a9c87648fee86236bc27a9f586a2b57110d5 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Wed, 4 Dec 2024 00:32:14 +0000 Subject: [PATCH] Update recipes --- recipes/wip/demos/doomfire/recipe.toml | 2 +- recipes/wip/demos/egui/recipe.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/wip/demos/doomfire/recipe.toml b/recipes/wip/demos/doomfire/recipe.toml index fa44ec97e..ab79f6a30 100644 --- a/recipes/wip/demos/doomfire/recipe.toml +++ b/recipes/wip/demos/doomfire/recipe.toml @@ -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] diff --git a/recipes/wip/demos/egui/recipe.toml b/recipes/wip/demos/egui/recipe.toml index 000b5d9d3..6dba94f21 100644 --- a/recipes/wip/demos/egui/recipe.toml +++ b/recipes/wip/demos/egui/recipe.toml @@ -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 """