From 76dbf0bc44e63dd10ba1e3ad7c4a68d358bfaf84 Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Fri, 22 Dec 2023 11:51:18 +0000 Subject: [PATCH] update recipes --- recipes/wip/minesweep-rs/recipe.toml | 2 +- recipes/wip/mono/recipe.toml | 2 +- recipes/wip/monolith/recipe.toml | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/recipes/wip/minesweep-rs/recipe.toml b/recipes/wip/minesweep-rs/recipe.toml index 22b5745ee..882a5c6e5 100644 --- a/recipes/wip/minesweep-rs/recipe.toml +++ b/recipes/wip/minesweep-rs/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO ratatui crate error [source] git = "https://github.com/cpcloud/minesweep-rs" [build] diff --git a/recipes/wip/mono/recipe.toml b/recipes/wip/mono/recipe.toml index 7af01856b..c3920fa59 100644 --- a/recipes/wip/mono/recipe.toml +++ b/recipes/wip/mono/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO can't recognize the redox target [source] tar = "https://download.mono-project.com/sources/mono/mono-6.12.0.199.tar.xz" [build] diff --git a/recipes/wip/monolith/recipe.toml b/recipes/wip/monolith/recipe.toml index 4d028c7a6..bd5b88e9d 100644 --- a/recipes/wip/monolith/recipe.toml +++ b/recipes/wip/monolith/recipe.toml @@ -1,7 +1,6 @@ #TODO weird OpenSSL error on compilation (using cargo update) [source] git = "https://github.com/Y2Z/monolith" -rev = "1c71e708e1e343ac2bace250e698966abbba1568" [build] template = "custom" dependencies = [ -- GitLab