diff --git a/recipes/wip/demos/pipes-rs/recipe.toml b/recipes/wip/demos/pipes-rs/recipe.toml index 35a1f4fb2..9759825ee 100644 --- a/recipes/wip/demos/pipes-rs/recipe.toml +++ b/recipes/wip/demos/pipes-rs/recipe.toml @@ -1,4 +1,4 @@ -#TODO not compiled or tested +#TODO libmalloc-sys crate error [source] git = "https://github.com/lhvy/pipes-rs" [build] diff --git a/recipes/wip/demos/piston/recipe.toml b/recipes/wip/demos/piston/recipe.toml index f470907d8..d8816796f 100644 --- a/recipes/wip/demos/piston/recipe.toml +++ b/recipes/wip/demos/piston/recipe.toml @@ -1,4 +1,4 @@ -#TODO not compiled or tested +#TODO glutin crate error [source] git = "https://github.com/pistondevelopers/piston-examples" [build] diff --git a/recipes/wip/demos/pixels/recipe.toml b/recipes/wip/demos/pixels/recipe.toml index b62c3983f..5b7a08749 100644 --- a/recipes/wip/demos/pixels/recipe.toml +++ b/recipes/wip/demos/pixels/recipe.toml @@ -4,5 +4,5 @@ git = "https://github.com/parasyte/pixels" [build] template = "custom" script = """ -cookbook_cargo_examples conway invaders minimal-egui minimal-winit tiny-skia-winit +cookbook_cargo_packages conway invaders minimal-egui minimal-winit tiny-skia-winit """