From e0e684f751a55709d6c96a78707239579b0598ea Mon Sep 17 00:00:00 2001 From: Ribbon Date: Sat, 15 Jun 2024 20:45:49 +0000 Subject: [PATCH] Update recipes --- recipes/wip/benchmarks/simple-disk-benchmark/recipe.toml | 2 +- recipes/wip/demos/bevy-engine/recipe.toml | 2 +- recipes/wip/demos/termtree/recipe.toml | 2 +- recipes/wip/games/turdle/recipe.toml | 3 +++ 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/recipes/wip/benchmarks/simple-disk-benchmark/recipe.toml b/recipes/wip/benchmarks/simple-disk-benchmark/recipe.toml index 7c71bfd45..64101a1eb 100644 --- a/recipes/wip/benchmarks/simple-disk-benchmark/recipe.toml +++ b/recipes/wip/benchmarks/simple-disk-benchmark/recipe.toml @@ -1,4 +1,4 @@ -#TODO not compiled or tested +#TODO source code error [source] git = "https://github.com/schwa/simple-disk-benchmark-rs" [build] diff --git a/recipes/wip/demos/bevy-engine/recipe.toml b/recipes/wip/demos/bevy-engine/recipe.toml index bc63618bd..a314e0725 100644 --- a/recipes/wip/demos/bevy-engine/recipe.toml +++ b/recipes/wip/demos/bevy-engine/recipe.toml @@ -1,4 +1,4 @@ -#TODO not compiled or tested +#TODO async-io crate error [source] git = "https://github.com/bevyengine/bevy" [build] diff --git a/recipes/wip/demos/termtree/recipe.toml b/recipes/wip/demos/termtree/recipe.toml index 846d25880..d23b074fe 100644 --- a/recipes/wip/demos/termtree/recipe.toml +++ b/recipes/wip/demos/termtree/recipe.toml @@ -1,4 +1,4 @@ -#TODO not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/rust-cli/termtree" [build] diff --git a/recipes/wip/games/turdle/recipe.toml b/recipes/wip/games/turdle/recipe.toml index d7d1fb963..2174e97dd 100644 --- a/recipes/wip/games/turdle/recipe.toml +++ b/recipes/wip/games/turdle/recipe.toml @@ -3,3 +3,6 @@ git = "https://github.com/weiteck/turdle" [build] template = "cargo" +dependencies = [ + "openssl1", +]