mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 13:54:19 +08:00
Update recipes
This commit is contained in:
parent
7b4315ab4b
commit
6d16f5fe64
@ -1,5 +1,8 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO make Wayland work
|
||||
[source]
|
||||
git = "https://github.com/kakoc/birdy"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"libwayland",
|
||||
]
|
||||
|
||||
@ -4,5 +4,5 @@ tar = "https://github.com/oll3/bita/archive/refs/tags/v0.11.0.tar.gz"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo --features rustls-tls
|
||||
cookbook_cargo --no-default-features --features rustls-tls
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user