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 """