From fb9d85ba68510d7366611543f83dc9918c4d6ec6 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Fri, 6 Jun 2025 12:01:28 -0300 Subject: [PATCH] Update TODOs and fix the rui recipe --- recipes/wip/demos/rsille/recipe.toml | 2 +- recipes/wip/demos/rui/recipe.toml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/recipes/wip/demos/rsille/recipe.toml b/recipes/wip/demos/rsille/recipe.toml index be50b3a84..f2cd28e89 100644 --- a/recipes/wip/demos/rsille/recipe.toml +++ b/recipes/wip/demos/rsille/recipe.toml @@ -1,4 +1,4 @@ -#TODO not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/nidhoggfgg/rsille" [build] diff --git a/recipes/wip/demos/rui/recipe.toml b/recipes/wip/demos/rui/recipe.toml index 1dd4e1938..074a402e5 100644 --- a/recipes/wip/demos/rui/recipe.toml +++ b/recipes/wip/demos/rui/recipe.toml @@ -4,5 +4,6 @@ git = "https://github.com/audulus/rui" [build] template = "custom" script = """ -cookbook_cargo_examples action background basic calc canvas counter counter2 font_size gallery list menu shapes slider text_editor toggle +cookbook_cargo_packages calculator synth +cookbook_cargo_examples action background basic canvas counter counter2 font_size gallery list menu shapes slider text_editor toggle """