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

update recipes

parent 42598950
No related branches found
No related tags found
No related merge requests found
#TODO Not compiled or tested #TODO can't find the Cargo.toml
[source] [source]
git = "https://github.com/mstange/samply" git = "https://github.com/mstange/samply"
rev = "0a3dd8b1af8f67b676e4c05e7b9846754644c0d7" rev = "0a3dd8b1af8f67b676e4c05e7b9846754644c0d7"
[build] [build]
template = "custom" template = "cargo"
script = """
cookbook_cargo_packages samply
"""
#TODO can't recognize the redox target
#TODO probably missing dependencies #TODO probably missing dependencies
[source] [source]
tar = "https://sourceforge.net/projects/sdlpango/files/SDL_Pango/0.1.2/SDL_Pango-0.1.2.tar.gz/download" tar = "https://sourceforge.net/projects/sdlpango/files/SDL_Pango/0.1.2/SDL_Pango-0.1.2.tar.gz/download"
......
...@@ -3,3 +3,6 @@ ...@@ -3,3 +3,6 @@
git = "https://github.com/tonarino/shadergarden" git = "https://github.com/tonarino/shadergarden"
[build] [build]
template = "cargo" template = "cargo"
dependencies = [
"ffmpeg6",
]
...@@ -4,3 +4,6 @@ git = "https://github.com/rossmacarthur/sheldon" ...@@ -4,3 +4,6 @@ git = "https://github.com/rossmacarthur/sheldon"
rev = "9a56dcfc79c6e9f9bcf8480c162c50db013bb172" rev = "9a56dcfc79c6e9f9bcf8480c162c50db013bb172"
[build] [build]
template = "cargo" template = "cargo"
dependencies = [
"openssl1",
]
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