From 90d4f6d3a16d53e8bed22cc747d41c707d844586 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Sun, 1 Jun 2025 15:41:07 -0300 Subject: [PATCH] Fix the pixels recipe and update TODOs --- recipes/wip/demos/pipes-rs/recipe.toml | 2 +- recipes/wip/demos/piston/recipe.toml | 2 +- recipes/wip/demos/pixels/recipe.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 """