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

update recipes

parent c2b5a27d
No related branches found
No related tags found
No related merge requests found
#TODO Not compiled or tested #TODO sys-info crate error
[source] [source]
git = "https://github.com/pythops/tenere" git = "https://github.com/pythops/tenere"
[build] [build]
......
#TODO Not compiled or tested #TODO update the mio crate to 0.8.x
[source] [source]
git = "https://github.com/lemunozm/termchat" git = "https://github.com/lemunozm/termchat"
[build] [build]
......
#TODO Not compiled or tested #TODO make dbus work
[source] [source]
git = "https://github.com/veeso/termscp" git = "https://github.com/veeso/termscp"
rev = "ef8dbb6305fd1573446a254b9be759a1f13724af" rev = "ef8dbb6305fd1573446a254b9be759a1f13724af"
......
...@@ -5,8 +5,8 @@ git = "https://github.com/lukexor/tetanes" ...@@ -5,8 +5,8 @@ git = "https://github.com/lukexor/tetanes"
template = "cargo" template = "cargo"
dependencies = [ dependencies = [
"sdl2", "sdl2",
"sdl2_image", "sdl2-image",
"sdl2_mixer", "sdl2-mixer",
"sdl2_ttf", "sdl2-ttf",
"sdl2_gfx", "sdl2-gfx",
] ]
#TODO Not compiled or tested #TODO compiled but not tested (after cargo update)
[source] [source]
git = "https://github.com/almindor/texel" git = "https://github.com/almindor/texel"
[build] [build]
......
...@@ -3,3 +3,6 @@ ...@@ -3,3 +3,6 @@
git = "https://github.com/QuietPigeon2001/thesaurust" git = "https://github.com/QuietPigeon2001/thesaurust"
[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