update recipes

This commit is contained in:
Ribbon 2023-12-23 18:13:08 +00:00
parent c2b5a27d85
commit f08bdf7eb1
6 changed files with 11 additions and 8 deletions

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO sys-info crate error
[source]
git = "https://github.com/pythops/tenere"
[build]

View File

@ -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]

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO make dbus work
[source]
git = "https://github.com/veeso/termscp"
rev = "ef8dbb6305fd1573446a254b9be759a1f13724af"

View File

@ -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",
]

View File

@ -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]

View File

@ -3,3 +3,6 @@
git = "https://github.com/QuietPigeon2001/thesaurust"
[build]
template = "cargo"
dependencies = [
"openssl1",
]