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 """