mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-28 07:44:18 +08:00
Update recipes
This commit is contained in:
parent
75cc8c155a
commit
4c9124abc1
@ -1,4 +1,4 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO async-io and rustix crates error
|
||||
[source]
|
||||
git = "https://github.com/tiffany352/rink-rs"
|
||||
[build]
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO pnet_sys crate error
|
||||
[source]
|
||||
git = "https://github.com/kongbytes/arp-scan-rs"
|
||||
[build]
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO make dependencies work
|
||||
[source]
|
||||
tar = "https://bitcoincore.org/bin/bitcoin-core-27.0/bitcoin-27.0.tar.gz"
|
||||
[build]
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO compiled but not tested (after cargo update)
|
||||
[source]
|
||||
git = "https://github.com/ekzhang/bore"
|
||||
[build]
|
||||
|
||||
@ -3,6 +3,9 @@
|
||||
git = "https://github.com/dandyvica/dqy"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"lua54",
|
||||
]
|
||||
script = """
|
||||
cookbook_cargo_packages dqy
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user