update recipes

This commit is contained in:
Ribbon 2023-12-20 14:42:24 +00:00
parent 02c0fd36f8
commit 2850b6a1fd
5 changed files with 12 additions and 5 deletions

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO camino crate error
[source]
git = "https://github.com/xd009642/tarpaulin"
rev = "669e0b4d0e1f880f118ea481b43e309bd6c9154c"

View File

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

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO xdg-home crate error
[source]
git = "https://github.com/watchexec/cargo-watch"
rev = "0a85f5f76bf35009233f751c91f02d31afd2b94f"

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO compiled but not tested
[source]
git = "https://github.com/mozilla/cbindgen"
rev = "703b53c06f9fe2dbc0193d67626558cfa84a0f62"

View File

@ -2,4 +2,7 @@
[source]
git = "https://github.com/boinkor-net/chars"
[build]
template = "cargo"
template = "custom"
script = """
cookbook_cargo_packages chars
"""