From fe88e0d7b2f10112b0ef12820043cb6baf6f5c2a Mon Sep 17 00:00:00 2001 From: Ribbon Date: Thu, 29 May 2025 09:27:11 -0300 Subject: [PATCH] Try to fix the lyon recipe --- recipes/wip/demos/lyon/recipe.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/wip/demos/lyon/recipe.toml b/recipes/wip/demos/lyon/recipe.toml index 0d21e6d4..9f0a89d3 100644 --- a/recipes/wip/demos/lyon/recipe.toml +++ b/recipes/wip/demos/lyon/recipe.toml @@ -4,5 +4,5 @@ git = "https://github.com/nical/lyon" [build] template = "custom" script = """ -cookbook_cargo_examples wgpu-example +cookbook_cargo_examples svg-rendering-example """