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
42598950a9
commit
c77dca64a3
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -3,3 +3,6 @@
|
||||
git = "https://github.com/tonarino/shadergarden"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"ffmpeg6",
|
||||
]
|
||||
|
||||
@ -4,3 +4,6 @@ git = "https://github.com/rossmacarthur/sheldon"
|
||||
rev = "9a56dcfc79c6e9f9bcf8480c162c50db013bb172"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"openssl1",
|
||||
]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user