From bf011229956358f5aed064179577c00e4f03d9c2 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Sun, 24 Mar 2024 21:37:48 +0000 Subject: [PATCH] update recipes --- recipes/wip/tools/kami/recipe.toml | 2 +- recipes/wip/tools/watchmen/recipe.toml | 2 +- recipes/wip/tui/rust-kanban/recipe.toml | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/recipes/wip/tools/kami/recipe.toml b/recipes/wip/tools/kami/recipe.toml index 67099368c..d1d72db89 100644 --- a/recipes/wip/tools/kami/recipe.toml +++ b/recipes/wip/tools/kami/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO termsize crate error (after cargo update) #TODO require bat and mpv at runtime [source] git = "https://github.com/mrfluffy-dev/kami" diff --git a/recipes/wip/tools/watchmen/recipe.toml b/recipes/wip/tools/watchmen/recipe.toml index 3294395d3..a50d22ba7 100644 --- a/recipes/wip/tools/watchmen/recipe.toml +++ b/recipes/wip/tools/watchmen/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/ahriroot/watchmen" [build] diff --git a/recipes/wip/tui/rust-kanban/recipe.toml b/recipes/wip/tui/rust-kanban/recipe.toml index 48b192d4f..16c70dc59 100644 --- a/recipes/wip/tui/rust-kanban/recipe.toml +++ b/recipes/wip/tui/rust-kanban/recipe.toml @@ -3,3 +3,6 @@ git = "https://github.com/yashs662/rust_kanban" [build] template = "cargo" +dependencies = [ + "openssl1", +]