mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 14:24:18 +08:00
update recipes
This commit is contained in:
parent
35fe5bf25d
commit
b9754af4a3
@ -1,4 +1,4 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO clearscreen crate error (after cargo update)
|
||||
[source]
|
||||
git = "https://github.com/ONdraid/reve"
|
||||
[build]
|
||||
|
||||
@ -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]
|
||||
|
||||
@ -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]
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO update the winit version
|
||||
[source]
|
||||
git = "https://github.com/bddap/watch-stl-rust"
|
||||
[build]
|
||||
|
||||
@ -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
|
||||
"""
|
||||
|
||||
@ -3,3 +3,8 @@
|
||||
git = "https://github.com/bgkillas/kalc"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"libgmp",
|
||||
"libmpfr",
|
||||
"libmpc",
|
||||
]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user