update recipes

This commit is contained in:
Ribbon 2024-03-22 18:07:08 +00:00
parent 1e7503daf7
commit 574b17f843
4 changed files with 6 additions and 9 deletions

View File

@ -1,10 +1,5 @@
#TODO Not compiled or tested
#TODO gmp-mpfr-sys crate error
[source]
git = "https://github.com/bgkillas/kalc"
[build]
template = "cargo"
dependencies = [
"libgmp",
"libmpfr",
"mpc",
]

View File

@ -1,6 +1,5 @@
#TODO Not compiled or tested
#TODO port to Orbital
[source]
git = "https://github.com/B0SEmc/Anime-Downloader"
rev = "36439fcf8665a363d95fe0e56de69909d0ff381b"
[build]
template = "cargo"

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO get_if_addrs crate error
[source]
git = "https://github.com/gabrielmagno/crab-dlna"
[build]

View File

@ -3,3 +3,6 @@
git = "https://github.com/TheWaWaR/simple-http-server"
[build]
template = "cargo"
dependencies = [
"openssl1",
]