diff --git a/recipes/wip/dev/cargo-udeps/recipe.toml b/recipes/wip/dev/cargo-udeps/recipe.toml index a74d9953d..558e9db24 100644 --- a/recipes/wip/dev/cargo-udeps/recipe.toml +++ b/recipes/wip/dev/cargo-udeps/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO cargo-util crate error [source] git = "https://github.com/est31/cargo-udeps" [build] diff --git a/recipes/wip/dev/cargo-ui/recipe.toml b/recipes/wip/dev/cargo-ui/recipe.toml index b9d15c0ab..9ea0143fc 100644 --- a/recipes/wip/dev/cargo-ui/recipe.toml +++ b/recipes/wip/dev/cargo-ui/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO make libxkbcommon work [source] git = "https://github.com/slint-ui/cargo-ui" rev = "230652da8e9d91f109d5e4be3a5831452243ebc0" diff --git a/recipes/wip/dev/cargo-unfmt/recipe.toml b/recipes/wip/dev/cargo-unfmt/recipe.toml index 6897501ad..c152514d2 100644 --- a/recipes/wip/dev/cargo-unfmt/recipe.toml +++ b/recipes/wip/dev/cargo-unfmt/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/fprasx/cargo-unfmt" [build] diff --git a/recipes/wip/dev/cargo-unmaintained/recipe.toml b/recipes/wip/dev/cargo-unmaintained/recipe.toml index 99138612d..16b074ba3 100644 --- a/recipes/wip/dev/cargo-unmaintained/recipe.toml +++ b/recipes/wip/dev/cargo-unmaintained/recipe.toml @@ -3,3 +3,6 @@ git = "https://github.com/trailofbits/cargo-unmaintained" [build] template = "cargo" +dependencies = [ + "openssl1", +]