diff --git a/recipes/wip/demos/egui/recipe.toml b/recipes/wip/demos/egui/recipe.toml index 6dba94f21..d4a6089b0 100644 --- a/recipes/wip/demos/egui/recipe.toml +++ b/recipes/wip/demos/egui/recipe.toml @@ -1,4 +1,4 @@ -#TODO not compiled or tested +#TODO glutin crate error [source] git = "https://github.com/emilk/egui" [build] diff --git a/recipes/wip/demos/euc/recipe.toml b/recipes/wip/demos/euc/recipe.toml index b664ace3d..da60f8a54 100644 --- a/recipes/wip/demos/euc/recipe.toml +++ b/recipes/wip/demos/euc/recipe.toml @@ -1,4 +1,4 @@ -#TODO not compiled or tested +#TODO minifb crate error [source] git = "https://github.com/zesterer/euc" [build] diff --git a/recipes/wip/demos/firework-rs/recipe.toml b/recipes/wip/demos/firework-rs/recipe.toml index 104d88aa3..09d6ed281 100644 --- a/recipes/wip/demos/firework-rs/recipe.toml +++ b/recipes/wip/demos/firework-rs/recipe.toml @@ -1,4 +1,4 @@ -#TODO not compiled or tested +#TODO fix the script [source] git = "https://github.com/Wayoung7/firework-rs" [build] diff --git a/recipes/wip/demos/fonterator/recipe.toml b/recipes/wip/demos/fonterator/recipe.toml index 93d3ec714..2134fee4b 100644 --- a/recipes/wip/demos/fonterator/recipe.toml +++ b/recipes/wip/demos/fonterator/recipe.toml @@ -4,5 +4,5 @@ git = "https://github.com/ardaku/fonterator" [build] template = "custom" script = """ -cookbook_cargo_examples main directions image raster +cookbook_cargo_examples directions image raster """