diff --git a/recipes/wip/dev/other/silicon/recipe.toml b/recipes/wip/dev/other/silicon/recipe.toml index 543bd0818..b2b17b4f7 100644 --- a/recipes/wip/dev/other/silicon/recipe.toml +++ b/recipes/wip/dev/other/silicon/recipe.toml @@ -1,4 +1,4 @@ -#TODO not compiled or tested +#TODO the yeslogic-fontconfig-sys crate can't find the fontconfig dependency [source] git = "https://github.com/Aloxaf/silicon" [build] diff --git a/recipes/wip/dev/other/wrkflw/recipe.toml b/recipes/wip/dev/other/wrkflw/recipe.toml index f5a504913..bbd9878b9 100644 --- a/recipes/wip/dev/other/wrkflw/recipe.toml +++ b/recipes/wip/dev/other/wrkflw/recipe.toml @@ -3,6 +3,9 @@ git = "https://github.com/bahdotsh/wrkflw" [build] template = "custom" +dependencies = [ + "openssl1", +] script = """ cookbook_cargo_packages wrkflw """