update recipes

This commit is contained in:
Ribbon 2023-12-23 10:18:41 +00:00
parent 42598950a9
commit c77dca64a3
4 changed files with 9 additions and 5 deletions

View File

@ -1,9 +1,6 @@
#TODO Not compiled or tested
#TODO can't find the Cargo.toml
[source]
git = "https://github.com/mstange/samply"
rev = "0a3dd8b1af8f67b676e4c05e7b9846754644c0d7"
[build]
template = "custom"
script = """
cookbook_cargo_packages samply
"""
template = "cargo"

View File

@ -1,3 +1,4 @@
#TODO can't recognize the redox target
#TODO probably missing dependencies
[source]
tar = "https://sourceforge.net/projects/sdlpango/files/SDL_Pango/0.1.2/SDL_Pango-0.1.2.tar.gz/download"

View File

@ -3,3 +3,6 @@
git = "https://github.com/tonarino/shadergarden"
[build]
template = "cargo"
dependencies = [
"ffmpeg6",
]

View File

@ -4,3 +4,6 @@ git = "https://github.com/rossmacarthur/sheldon"
rev = "9a56dcfc79c6e9f9bcf8480c162c50db013bb172"
[build]
template = "cargo"
dependencies = [
"openssl1",
]