mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 04:44:19 +08:00
update recipes
This commit is contained in:
parent
02c0fd36f8
commit
2850b6a1fd
@ -1,4 +1,4 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO camino crate error
|
||||
[source]
|
||||
git = "https://github.com/xd009642/tarpaulin"
|
||||
rev = "669e0b4d0e1f880f118ea481b43e309bd6c9154c"
|
||||
|
||||
@ -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
|
||||
"""
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO xdg-home crate error
|
||||
[source]
|
||||
git = "https://github.com/watchexec/cargo-watch"
|
||||
rev = "0a85f5f76bf35009233f751c91f02d31afd2b94f"
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO compiled but not tested
|
||||
[source]
|
||||
git = "https://github.com/mozilla/cbindgen"
|
||||
rev = "703b53c06f9fe2dbc0193d67626558cfa84a0f62"
|
||||
|
||||
@ -2,4 +2,7 @@
|
||||
[source]
|
||||
git = "https://github.com/boinkor-net/chars"
|
||||
[build]
|
||||
template = "cargo"
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_packages chars
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user