From 0227b2176b7aedb6a62c1f1a5d41d736ad43ab48 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Sun, 8 Jun 2025 12:30:59 -0300 Subject: [PATCH] Update TODOs and the dioxus recipe --- recipes/wip/dev/lang/ristretto/recipe.toml | 2 +- recipes/wip/dev/other/customasm/recipe.toml | 2 +- recipes/wip/dev/other/dioxus/recipe.toml | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/recipes/wip/dev/lang/ristretto/recipe.toml b/recipes/wip/dev/lang/ristretto/recipe.toml index e6b345dbb..5210a054f 100644 --- a/recipes/wip/dev/lang/ristretto/recipe.toml +++ b/recipes/wip/dev/lang/ristretto/recipe.toml @@ -1,4 +1,4 @@ -#TODO not compiled or tested +#TODO require rustc 1.87 or newer [source] git = "https://github.com/theseus-rs/ristretto" [build] diff --git a/recipes/wip/dev/other/customasm/recipe.toml b/recipes/wip/dev/other/customasm/recipe.toml index 624efa595..42728a55a 100644 --- a/recipes/wip/dev/other/customasm/recipe.toml +++ b/recipes/wip/dev/other/customasm/recipe.toml @@ -1,4 +1,4 @@ -#TODO not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/hlorenzi/customasm" [build] diff --git a/recipes/wip/dev/other/dioxus/recipe.toml b/recipes/wip/dev/other/dioxus/recipe.toml index f329c7195..b9d44e8c9 100644 --- a/recipes/wip/dev/other/dioxus/recipe.toml +++ b/recipes/wip/dev/other/dioxus/recipe.toml @@ -3,6 +3,9 @@ git = "https://github.com/DioxusLabs/dioxus" [build] template = "custom" +dependencies = [ + "openssl1", +] script = """ cookbook_cargo_packages dioxus-cli """