mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 12:24:17 +08:00
Update recipes
This commit is contained in:
parent
b4381a50de
commit
8ef94e2cc8
@ -1,4 +1,4 @@
|
||||
#TODO Not compiled or tested (after cargo update)
|
||||
#TODO compiled but not tested (after cargo update)
|
||||
[source]
|
||||
git = "https://github.com/brianyu28/dispatch"
|
||||
[build]
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO compiled but not tested
|
||||
[source]
|
||||
git = "https://github.com/quininer/epub2txt"
|
||||
[build]
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO fs_at and libc crate errors (after cargo update)
|
||||
[source]
|
||||
git = "https://github.com/denisidoro/navi"
|
||||
[build]
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO compiled but not tested
|
||||
[source]
|
||||
git = "https://github.com/d-e-s-o/notnow"
|
||||
[build]
|
||||
|
||||
@ -1,5 +1,8 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO Not compiled or tested (after cargo update)
|
||||
[source]
|
||||
git = "https://github.com/zahidkhawaja/rusty"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"openssl1",
|
||||
]
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO compiled but not tested
|
||||
[source]
|
||||
git = "https://github.com/your-tools/rusync"
|
||||
[build]
|
||||
|
||||
@ -1,5 +1,8 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO make zstd work (after cargo update)
|
||||
[source]
|
||||
git = "https://github.com/quininer/unzrip"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"zstd",
|
||||
]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user