mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 06:14:18 +08:00
update recipes
This commit is contained in:
parent
c2b5a27d85
commit
f08bdf7eb1
@ -1,4 +1,4 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO sys-info crate error
|
||||
[source]
|
||||
git = "https://github.com/pythops/tenere"
|
||||
[build]
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO update the mio crate to 0.8.x
|
||||
[source]
|
||||
git = "https://github.com/lemunozm/termchat"
|
||||
[build]
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO make dbus work
|
||||
[source]
|
||||
git = "https://github.com/veeso/termscp"
|
||||
rev = "ef8dbb6305fd1573446a254b9be759a1f13724af"
|
||||
|
||||
@ -5,8 +5,8 @@ git = "https://github.com/lukexor/tetanes"
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"sdl2",
|
||||
"sdl2_image",
|
||||
"sdl2_mixer",
|
||||
"sdl2_ttf",
|
||||
"sdl2_gfx",
|
||||
"sdl2-image",
|
||||
"sdl2-mixer",
|
||||
"sdl2-ttf",
|
||||
"sdl2-gfx",
|
||||
]
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO compiled but not tested (after cargo update)
|
||||
[source]
|
||||
git = "https://github.com/almindor/texel"
|
||||
[build]
|
||||
|
||||
@ -3,3 +3,6 @@
|
||||
git = "https://github.com/QuietPigeon2001/thesaurust"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"openssl1",
|
||||
]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user