From 24f96f445e2a26009c7904982ce6a535ce368a93 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Thu, 29 May 2025 09:34:10 -0300 Subject: [PATCH] Fix and improve the lyon recipe --- recipes/wip/demos/lyon/recipe.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/wip/demos/lyon/recipe.toml b/recipes/wip/demos/lyon/recipe.toml index 9f0a89d38..0583857b2 100644 --- a/recipes/wip/demos/lyon/recipe.toml +++ b/recipes/wip/demos/lyon/recipe.toml @@ -1,8 +1,9 @@ #TODO not compiled or tested +#TODO move to the "graphics" category [source] git = "https://github.com/nical/lyon" [build] template = "custom" script = """ -cookbook_cargo_examples svg-rendering-example +cookbook_cargo_packages lyon_cli wgpu-example svg-rendering-example """