Update recipes

This commit is contained in:
Ribbon 2023-12-16 00:16:06 +00:00
parent 7b4315ab4b
commit 6d16f5fe64
2 changed files with 5 additions and 2 deletions

View File

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

View File

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