Skip to content
Snippets Groups Projects
Commit 4f63f324 authored by Ribbon's avatar Ribbon :speech_balloon:
Browse files

Update recipes

parent 9114cd2f
No related branches found
No related tags found
No related merge requests found
...@@ -5,9 +5,6 @@ git = "https://github.com/immunant/c2rust" ...@@ -5,9 +5,6 @@ git = "https://github.com/immunant/c2rust"
template = "custom" template = "custom"
dependencies = [ dependencies = [
"openssl1", "openssl1",
"libffi",
"libxml2",
"zlib",
] ]
script = """ script = """
cookbook_cargo_packages c2rust cookbook_cargo_packages c2rust
......
#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] [source]
git = "https://github.com/Andy-Python-Programmer/CallOfFerris" git = "https://github.com/Andy-Python-Programmer/CallOfFerris"
[build] [build]
......
#TODO Not compiled or tested #TODO compilation error
[source] [source]
tar = "https://capnproto.org/capnproto-c++-1.0.1.1.tar.gz" tar = "https://capnproto.org/capnproto-c++-1.0.1.1.tar.gz"
[build] [build]
......
#TODO make nss work
#TODO require Chromium building #TODO require Chromium building
[source] [source]
tar = "https://github.com/fathyb/carbonyl/archive/refs/tags/v0.0.3.tar.gz" tar = "https://github.com/fathyb/carbonyl/archive/refs/tags/v0.0.3.tar.gz"
......
#TODO needs to update the tokio version #TODO needs to update the tokio version
[source] [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] [build]
template = "cargo" template = "cargo"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment