From ec795bf8734c97a9547433cb5ce7e61bb7baf7c9 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Fri, 6 Jun 2025 12:31:39 -0300 Subject: [PATCH] Update TODOs and fix the slint recipe --- recipes/wip/demos/rustubble/recipe.toml | 2 +- recipes/wip/demos/simdjson-rs/recipe.toml | 2 +- recipes/wip/demos/slint/recipe.toml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes/wip/demos/rustubble/recipe.toml b/recipes/wip/demos/rustubble/recipe.toml index dd2483cf..022603b1 100644 --- a/recipes/wip/demos/rustubble/recipe.toml +++ b/recipes/wip/demos/rustubble/recipe.toml @@ -1,4 +1,4 @@ -#TODO not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/warpy-ai/rustubble" [build] diff --git a/recipes/wip/demos/simdjson-rs/recipe.toml b/recipes/wip/demos/simdjson-rs/recipe.toml index 52e8a645..464baef0 100644 --- a/recipes/wip/demos/simdjson-rs/recipe.toml +++ b/recipes/wip/demos/simdjson-rs/recipe.toml @@ -1,4 +1,4 @@ -#TODO not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/simd-lite/simd-json" [build] diff --git a/recipes/wip/demos/slint/recipe.toml b/recipes/wip/demos/slint/recipe.toml index da6c68e5..ee537ae6 100644 --- a/recipes/wip/demos/slint/recipe.toml +++ b/recipes/wip/demos/slint/recipe.toml @@ -4,7 +4,7 @@ git = "https://github.com/slint-ui/slint" [build] template = "custom" script = """ -cookbook_cargo_examples gallery energy-monitor carousel \ +cookbook_cargo_packages gallery energy-monitor carousel \ memory imagefilter plotter opengl_underlay opengl_texture \ -ffmpeg maps virtual_keyboard 7guis +maps virtual_keyboard 7guis """