diff --git a/recipes/wip/pixcil/recipe.toml b/recipes/wip/pixcil/recipe.toml index 072c29cbd2998c23b43b3198fc260d6b075389c0..27af213b1f5c61bf583ffdb2ee79d7cfab38e4c4 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 0e50616ea476057fb17e84b39a99040b69e988df..ec87a1d05524b2764f79d7107829585e3d883542 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", +]