Update recipes

This commit is contained in:
Ribbon 2024-11-23 05:08:52 +00:00
parent 0e93e135fe
commit 22feec8d85
6 changed files with 8 additions and 5 deletions

View File

@ -1,4 +1,4 @@
#TODO not compiled or tested
#TODO libsky crate error
[source]
git = "https://github.com/skytable/skytable"
[build]

View File

@ -1,4 +1,4 @@
#TODO not compiled or tested
#TODO nanorand crate error
[source]
git = "https://github.com/albedo-engine/albedo"
[build]

View File

@ -1,4 +1,4 @@
#TODO not compiled or tested
#TODO requires rustc 1.82.0
[source]
git = "https://github.com/Jondolf/avian"
[build]

View File

@ -1,4 +1,4 @@
#TODO not compiled or tested
#TODO compiled but not tested
[source]
git = "https://github.com/asciinema/avt"
[build]

View File

@ -1,4 +1,4 @@
#TODO not compiled or tested
#TODO x11rb and rustix crates error
[source]
git = "https://github.com/kvark/blade"
[build]

View File

@ -3,6 +3,9 @@
git = "https://github.com/DioxusLabs/blitz"
[build]
template = "custom"
dependencies = [
"openssl1",
]
script = """
cookbook_cargo_examples url markdown
"""