diff --git a/recipes/wip/cargo-tarpaulin/recipe.toml b/recipes/wip/cargo-tarpaulin/recipe.toml index 252655ac60b475cfb25a307eeb3f3662c771cbbc..82b843a89e30b518d1940d59ba466a58fe01552b 100644 --- a/recipes/wip/cargo-tarpaulin/recipe.toml +++ b/recipes/wip/cargo-tarpaulin/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO camino crate error [source] git = "https://github.com/xd009642/tarpaulin" rev = "669e0b4d0e1f880f118ea481b43e309bd6c9154c" diff --git a/recipes/wip/cargo-ui/recipe.toml b/recipes/wip/cargo-ui/recipe.toml index bd99c8e18370e4902bb7eb260fc4cb6b7684d002..b9d15c0abffa6e5b9aa6031f6713d028771c4802 100644 --- a/recipes/wip/cargo-ui/recipe.toml +++ b/recipes/wip/cargo-ui/recipe.toml @@ -3,7 +3,11 @@ git = "https://github.com/slint-ui/cargo-ui" rev = "230652da8e9d91f109d5e4be3a5831452243ebc0" [build] -template = "cargo" +template = "custom" dependencies = [ "fontconfig", + "libxkbcommon", ] +script = """ +cookbook_cargo --no-default-features slint-backend-gl-all +""" diff --git a/recipes/wip/cargo-watch/recipe.toml b/recipes/wip/cargo-watch/recipe.toml index ea70a171bc890f0a7fecd601500e28908ca08ceb..0e09d91b57f747b1e0ccd0d49085b9822a7753d0 100644 --- a/recipes/wip/cargo-watch/recipe.toml +++ b/recipes/wip/cargo-watch/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO xdg-home crate error [source] git = "https://github.com/watchexec/cargo-watch" rev = "0a85f5f76bf35009233f751c91f02d31afd2b94f" diff --git a/recipes/wip/cbindgen/recipe.toml b/recipes/wip/cbindgen/recipe.toml index 39423ad95a3590a209e35b3c24cd17a926e48d73..f49d0b1455a8898f1507904c642a8e079cbf1841 100644 --- a/recipes/wip/cbindgen/recipe.toml +++ b/recipes/wip/cbindgen/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/mozilla/cbindgen" rev = "703b53c06f9fe2dbc0193d67626558cfa84a0f62" diff --git a/recipes/wip/chars/recipe.toml b/recipes/wip/chars/recipe.toml index 8b5483d69e95114a3b1b220bed329410ff6c505c..deb44bd31dffc94d3216f18853847ed48237e1b3 100644 --- a/recipes/wip/chars/recipe.toml +++ b/recipes/wip/chars/recipe.toml @@ -2,4 +2,7 @@ [source] git = "https://github.com/boinkor-net/chars" [build] -template = "cargo" +template = "custom" +script = """ +cookbook_cargo_packages chars +"""