mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-20 20:04:19 +08:00
Update recipes
This commit is contained in:
parent
0e93e135fe
commit
22feec8d85
@ -1,4 +1,4 @@
|
||||
#TODO not compiled or tested
|
||||
#TODO libsky crate error
|
||||
[source]
|
||||
git = "https://github.com/skytable/skytable"
|
||||
[build]
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO not compiled or tested
|
||||
#TODO nanorand crate error
|
||||
[source]
|
||||
git = "https://github.com/albedo-engine/albedo"
|
||||
[build]
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO not compiled or tested
|
||||
#TODO requires rustc 1.82.0
|
||||
[source]
|
||||
git = "https://github.com/Jondolf/avian"
|
||||
[build]
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO not compiled or tested
|
||||
#TODO compiled but not tested
|
||||
[source]
|
||||
git = "https://github.com/asciinema/avt"
|
||||
[build]
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO not compiled or tested
|
||||
#TODO x11rb and rustix crates error
|
||||
[source]
|
||||
git = "https://github.com/kvark/blade"
|
||||
[build]
|
||||
|
||||
@ -3,6 +3,9 @@
|
||||
git = "https://github.com/DioxusLabs/blitz"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"openssl1",
|
||||
]
|
||||
script = """
|
||||
cookbook_cargo_examples url markdown
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user