From 8e66cd00d23ea726a19b4582efbfde9299a36187 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Sat, 23 Dec 2023 20:55:25 +0000 Subject: [PATCH] update recipes --- recipes/wip/tvix/recipe.toml | 2 +- recipes/wip/twitch-tui/recipe.toml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/recipes/wip/tvix/recipe.toml b/recipes/wip/tvix/recipe.toml index 0102a39ca..12bf6c21f 100644 --- a/recipes/wip/tvix/recipe.toml +++ b/recipes/wip/tvix/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO tvix-castore crate error (after cargo update) [source] git = "https://github.com/tvlfyi/tvix" [build] diff --git a/recipes/wip/twitch-tui/recipe.toml b/recipes/wip/twitch-tui/recipe.toml index c6864ff11..053f130d8 100644 --- a/recipes/wip/twitch-tui/recipe.toml +++ b/recipes/wip/twitch-tui/recipe.toml @@ -4,3 +4,6 @@ git = "https://github.com/Xithrius/twitch-tui" rev = "4c382da4afcb7b994e1a7659addfb55fde9518df" [build] template = "cargo" +dependencies = [ + "openssl1", +]