From 4ffced5522a83803caf96a352e84cdd58e5c63ef Mon Sep 17 00:00:00 2001 From: Ribbon Date: Wed, 4 Dec 2024 00:23:43 +0000 Subject: [PATCH] Update recipes --- recipes/wip/demos/comfy/recipe.toml | 2 +- recipes/wip/demos/console-rs/recipe.toml | 2 +- recipes/wip/demos/contrast-renderer/recipe.toml | 2 +- recipes/wip/demos/cubecl/recipe.toml | 2 +- recipes/wip/demos/dioxus-examples/recipe.toml | 2 +- recipes/wip/demos/doomfire/recipe.toml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/recipes/wip/demos/comfy/recipe.toml b/recipes/wip/demos/comfy/recipe.toml index 4969fa30..23b16557 100644 --- a/recipes/wip/demos/comfy/recipe.toml +++ b/recipes/wip/demos/comfy/recipe.toml @@ -1,4 +1,4 @@ -#TODO not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/darthdeus/comfy" [build] diff --git a/recipes/wip/demos/console-rs/recipe.toml b/recipes/wip/demos/console-rs/recipe.toml index 020bc40f..87425992 100644 --- a/recipes/wip/demos/console-rs/recipe.toml +++ b/recipes/wip/demos/console-rs/recipe.toml @@ -1,4 +1,4 @@ -#TODO not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/console-rs/console" [build] diff --git a/recipes/wip/demos/contrast-renderer/recipe.toml b/recipes/wip/demos/contrast-renderer/recipe.toml index b6158437..a2b8426e 100644 --- a/recipes/wip/demos/contrast-renderer/recipe.toml +++ b/recipes/wip/demos/contrast-renderer/recipe.toml @@ -1,4 +1,4 @@ -#TODO not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/Lichtso/contrast_renderer" [build] diff --git a/recipes/wip/demos/cubecl/recipe.toml b/recipes/wip/demos/cubecl/recipe.toml index 9aa8e268..94699865 100644 --- a/recipes/wip/demos/cubecl/recipe.toml +++ b/recipes/wip/demos/cubecl/recipe.toml @@ -1,4 +1,4 @@ -#TODO not compiled or tested +#TODO cubecl-macros crate error [source] git = "https://github.com/tracel-ai/cubecl" [build] diff --git a/recipes/wip/demos/dioxus-examples/recipe.toml b/recipes/wip/demos/dioxus-examples/recipe.toml index a394969d..ec46366b 100644 --- a/recipes/wip/demos/dioxus-examples/recipe.toml +++ b/recipes/wip/demos/dioxus-examples/recipe.toml @@ -1,4 +1,4 @@ -#TODO not compiled or tested +#TODO wry crate error [source] git = "https://github.com/DioxusLabs/dioxus" [build] diff --git a/recipes/wip/demos/doomfire/recipe.toml b/recipes/wip/demos/doomfire/recipe.toml index b2e4eb33..fa44ec97 100644 --- a/recipes/wip/demos/doomfire/recipe.toml +++ b/recipes/wip/demos/doomfire/recipe.toml @@ -4,5 +4,5 @@ git = "https://github.com/r-marques/doomfire" [build] template = "custom" script = """ -cookbook_cargo_packages doomfire-minifb +cookbook_cargo_examples doomfire-minifb """