mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 04:14:17 +08:00
Update recipes
This commit is contained in:
parent
9114cd2f7e
commit
4f63f3245f
@ -5,9 +5,6 @@ git = "https://github.com/immunant/c2rust"
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"openssl1",
|
||||
"libffi",
|
||||
"libxml2",
|
||||
"zlib",
|
||||
]
|
||||
script = """
|
||||
cookbook_cargo_packages c2rust
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO require a update on the redox_syscall crate (after a update on the libc crate)
|
||||
#TODO camino crate error (after a cargo update)
|
||||
[source]
|
||||
git = "https://github.com/Andy-Python-Programmer/CallOfFerris"
|
||||
[build]
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO compilation error
|
||||
[source]
|
||||
tar = "https://capnproto.org/capnproto-c++-1.0.1.1.tar.gz"
|
||||
[build]
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
#TODO make nss work
|
||||
#TODO require Chromium building
|
||||
[source]
|
||||
tar = "https://github.com/fathyb/carbonyl/archive/refs/tags/v0.0.3.tar.gz"
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
#TODO needs to update the tokio version
|
||||
[source]
|
||||
tar = "https://github.com/EmbarkStudios/cargo-about/archive/refs/tags/0.5.6.tar.gz"
|
||||
tar = "https://github.com/EmbarkStudios/cargo-about/archive/refs/tags/0.6.0.tar.gz"
|
||||
[build]
|
||||
template = "cargo"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user