Skip to content
Snippets Groups Projects
Commit 2850b6a1 authored by Ribbon's avatar Ribbon :speech_balloon:
Browse files

update recipes

parent 02c0fd36
No related branches found
No related tags found
No related merge requests found
#TODO Not compiled or tested #TODO camino crate error
[source] [source]
git = "https://github.com/xd009642/tarpaulin" git = "https://github.com/xd009642/tarpaulin"
rev = "669e0b4d0e1f880f118ea481b43e309bd6c9154c" rev = "669e0b4d0e1f880f118ea481b43e309bd6c9154c"
......
...@@ -3,7 +3,11 @@ ...@@ -3,7 +3,11 @@
git = "https://github.com/slint-ui/cargo-ui" git = "https://github.com/slint-ui/cargo-ui"
rev = "230652da8e9d91f109d5e4be3a5831452243ebc0" rev = "230652da8e9d91f109d5e4be3a5831452243ebc0"
[build] [build]
template = "cargo" template = "custom"
dependencies = [ dependencies = [
"fontconfig", "fontconfig",
"libxkbcommon",
] ]
script = """
cookbook_cargo --no-default-features slint-backend-gl-all
"""
#TODO Not compiled or tested #TODO xdg-home crate error
[source] [source]
git = "https://github.com/watchexec/cargo-watch" git = "https://github.com/watchexec/cargo-watch"
rev = "0a85f5f76bf35009233f751c91f02d31afd2b94f" rev = "0a85f5f76bf35009233f751c91f02d31afd2b94f"
......
#TODO Not compiled or tested #TODO compiled but not tested
[source] [source]
git = "https://github.com/mozilla/cbindgen" git = "https://github.com/mozilla/cbindgen"
rev = "703b53c06f9fe2dbc0193d67626558cfa84a0f62" rev = "703b53c06f9fe2dbc0193d67626558cfa84a0f62"
......
...@@ -2,4 +2,7 @@ ...@@ -2,4 +2,7 @@
[source] [source]
git = "https://github.com/boinkor-net/chars" git = "https://github.com/boinkor-net/chars"
[build] [build]
template = "cargo" template = "custom"
script = """
cookbook_cargo_packages chars
"""
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment