update recipes

This commit is contained in:
Ribbon 2024-03-22 16:56:45 +00:00
parent 35fe5bf25d
commit b9754af4a3
6 changed files with 10 additions and 9 deletions

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO clearscreen crate error (after cargo update)
[source]
git = "https://github.com/ONdraid/reve"
[build]

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO compiled but not tested (after cargo update)
[source]
git = "https://github.com/ahmetmutlugun/rscale2x"
[build]

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO compiled but not tested (after cargo update)
[source]
git = "https://github.com/DhruvDh/upscaler"
[build]

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO update the winit version
[source]
git = "https://github.com/bddap/watch-stl-rust"
[build]

View File

@ -1,10 +1,6 @@
#TODO Not compiled or tested
#TODO missing script
[source]
git = "https://github.com/sekrit-twc/zimg"
rev = "e5b0de6bebbcbc66732ed5afaafef6b2c7dfef87"
[build]
template = "custom"
script = """
./autogen.sh
cookbook_configure
"""

View File

@ -3,3 +3,8 @@
git = "https://github.com/bgkillas/kalc"
[build]
template = "cargo"
dependencies = [
"libgmp",
"libmpfr",
"libmpc",
]