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 """