From f465aa617ba136c4ae5661260a915ae963cd3c4c Mon Sep 17 00:00:00 2001 From: Ribbon Date: Mon, 10 Jun 2024 10:19:03 +0000 Subject: [PATCH] Update recipes --- recipes/wip/tools/helix-gpui/recipe.toml | 3 +++ recipes/wip/tools/objdiff/recipe.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/recipes/wip/tools/helix-gpui/recipe.toml b/recipes/wip/tools/helix-gpui/recipe.toml index 8497aad99..af2a614f9 100644 --- a/recipes/wip/tools/helix-gpui/recipe.toml +++ b/recipes/wip/tools/helix-gpui/recipe.toml @@ -3,3 +3,6 @@ git = "https://github.com/polachok/helix-gpui" [build] template = "cargo" +dependencies = [ + "openssl1", +] diff --git a/recipes/wip/tools/objdiff/recipe.toml b/recipes/wip/tools/objdiff/recipe.toml index 9cecf445b..36994df56 100644 --- a/recipes/wip/tools/objdiff/recipe.toml +++ b/recipes/wip/tools/objdiff/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO can't find the fontconfig dependency [source] git = "https://github.com/encounter/objdiff" [build]