From 4fe413bbd2150450561e24634d2a5de4bcda26aa Mon Sep 17 00:00:00 2001 From: Ribbon Date: Sat, 23 Dec 2023 01:09:07 +0000 Subject: [PATCH] update recipes --- recipes/wip/pixcil/recipe.toml | 3 ++- recipes/wip/pixi/recipe.toml | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/recipes/wip/pixcil/recipe.toml b/recipes/wip/pixcil/recipe.toml index 072c29cb..27af213b 100644 --- a/recipes/wip/pixcil/recipe.toml +++ b/recipes/wip/pixcil/recipe.toml @@ -1,4 +1,5 @@ -#TODO +#TODO compiled but not tested +#TODO missing script to properly move the binary #TODO require WebAssembly [source] git = "https://github.com/sile/pixcil" diff --git a/recipes/wip/pixi/recipe.toml b/recipes/wip/pixi/recipe.toml index 0e50616e..ec87a1d0 100644 --- a/recipes/wip/pixi/recipe.toml +++ b/recipes/wip/pixi/recipe.toml @@ -4,3 +4,6 @@ git = "https://github.com/prefix-dev/pixi" rev = "40aa081fd2039d40c33a20efd4887d82ac6b66ce" [build] template = "cargo" +dependencies = [ + "openssl1", +]