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", +]