diff --git a/recipes/wip/games/bevy-combat/recipe.toml b/recipes/wip/games/bevy-combat/recipe.toml index 8a6afa27b..0e7a07912 100644 --- a/recipes/wip/games/bevy-combat/recipe.toml +++ b/recipes/wip/games/bevy-combat/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/ElliotB256/bevy_combat" [build] diff --git a/recipes/wip/games/offline-chess-puzzles/recipe.toml b/recipes/wip/games/offline-chess-puzzles/recipe.toml index a679a4b56..a8cc69d4b 100644 --- a/recipes/wip/games/offline-chess-puzzles/recipe.toml +++ b/recipes/wip/games/offline-chess-puzzles/recipe.toml @@ -3,3 +3,6 @@ git = "https://github.com/brianch/offline-chess-puzzles" [build] template = "cargo" +dependencies = [ + "openssl1", +] diff --git a/recipes/wip/games/tetromino/recipe.toml b/recipes/wip/games/tetromino/recipe.toml index 5bc28f719..d9bc34bbe 100644 --- a/recipes/wip/games/tetromino/recipe.toml +++ b/recipes/wip/games/tetromino/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO glutin crate error [source] git = "https://github.com/d-e-s-o/tetromino" [build] diff --git a/recipes/wip/tools/macchina/recipe.toml b/recipes/wip/tools/macchina/recipe.toml index 646659670..524a1d555 100644 --- a/recipes/wip/tools/macchina/recipe.toml +++ b/recipes/wip/tools/macchina/recipe.toml @@ -1,4 +1,4 @@ -#TODO libmacchina crate error (after cargo update) +#TODO if-addrs crate error [source] git = "https://github.com/Macchina-CLI/macchina" [build]