From 25121b3931ea4e54cdb70b5d6984d3951a9c9d61 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Sun, 8 Jun 2025 17:59:49 -0300 Subject: [PATCH] Update the dylint recipe and update TODOs --- recipes/wip/dev/other/wrkflw/recipe.toml | 2 +- recipes/wip/dev/patchers/hexpatch/recipe.toml | 2 +- recipes/wip/dev/performance/flamelens/recipe.toml | 2 +- recipes/wip/dev/rust-tools/dylint/recipe.toml | 3 +++ 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/recipes/wip/dev/other/wrkflw/recipe.toml b/recipes/wip/dev/other/wrkflw/recipe.toml index bbd9878b9..af0ca6d3f 100644 --- a/recipes/wip/dev/other/wrkflw/recipe.toml +++ b/recipes/wip/dev/other/wrkflw/recipe.toml @@ -1,4 +1,4 @@ -#TODO not compiled or tested +#TODO can't find the openssl dependency [source] git = "https://github.com/bahdotsh/wrkflw" [build] diff --git a/recipes/wip/dev/patchers/hexpatch/recipe.toml b/recipes/wip/dev/patchers/hexpatch/recipe.toml index 736fe9882..5c3086689 100644 --- a/recipes/wip/dev/patchers/hexpatch/recipe.toml +++ b/recipes/wip/dev/patchers/hexpatch/recipe.toml @@ -1,4 +1,4 @@ -#TODO not compiled or tested +#TODO mlua-sys crate error [source] git = "https://github.com/Etto48/HexPatch" [build] diff --git a/recipes/wip/dev/performance/flamelens/recipe.toml b/recipes/wip/dev/performance/flamelens/recipe.toml index 4c3b214e1..be939a750 100644 --- a/recipes/wip/dev/performance/flamelens/recipe.toml +++ b/recipes/wip/dev/performance/flamelens/recipe.toml @@ -1,4 +1,4 @@ -#TODO not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/YS-L/flamelens" [build] diff --git a/recipes/wip/dev/rust-tools/dylint/recipe.toml b/recipes/wip/dev/rust-tools/dylint/recipe.toml index a3a600637..ecaf4fb0f 100644 --- a/recipes/wip/dev/rust-tools/dylint/recipe.toml +++ b/recipes/wip/dev/rust-tools/dylint/recipe.toml @@ -3,6 +3,9 @@ git = "https://github.com/trailofbits/dylint" [build] template = "custom" +dependencies = [ + "openssl1", +] script = """ cookbook_cargo_packages cargo-dylint dylint-link """