From 3cd9688eedb8fcfa3650994558286c8c58c2ca5d Mon Sep 17 00:00:00 2001 From: Ribbon Date: Fri, 6 Jun 2025 13:13:44 -0300 Subject: [PATCH] Update TODOs and fix the three-d recipe --- recipes/wip/demos/taffy/recipe.toml | 2 +- recipes/wip/demos/three-d/recipe.toml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/recipes/wip/demos/taffy/recipe.toml b/recipes/wip/demos/taffy/recipe.toml index 561dcf070..0be378225 100644 --- a/recipes/wip/demos/taffy/recipe.toml +++ b/recipes/wip/demos/taffy/recipe.toml @@ -1,4 +1,4 @@ -#TODO not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/DioxusLabs/taffy" [build] diff --git a/recipes/wip/demos/three-d/recipe.toml b/recipes/wip/demos/three-d/recipe.toml index b232ae74d..68170c6f4 100644 --- a/recipes/wip/demos/three-d/recipe.toml +++ b/recipes/wip/demos/three-d/recipe.toml @@ -3,6 +3,9 @@ git = "https://github.com/asny/three-d" [build] template = "custom" +dependencies = [ + "openssl1", +] script = """ cookbook_cargo_examples animation environment fireworks fog forest image instanced_shapes lighting lights logo mandelbrot multiwindow pbr shapes shapes2d sprites statues terrain texture triangle """