mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 23:44:17 +08:00
Update recipes
This commit is contained in:
parent
738aa352bd
commit
6ca4a5c826
@ -1,4 +1,4 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO compiled but not tested
|
||||
[source]
|
||||
git = "https://github.com/alexwlchan/dominant_colours"
|
||||
[build]
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO yeslogic-fontconfig-sys crate error
|
||||
[source]
|
||||
git = "https://github.com/quietvoid/hdr10plus_tool"
|
||||
[build]
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO compiled but not tested
|
||||
[source]
|
||||
git = "https://github.com/InioX/matugen"
|
||||
[build]
|
||||
|
||||
@ -1,12 +1,8 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO probably missing dependencies
|
||||
#TODO needs to be ported to Orbital
|
||||
[source]
|
||||
git = "https://github.com/woelper/oculante"
|
||||
rev = "25b6ae94f743988be216dfd341dde159337d193d"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"libxcb",
|
||||
"libxfixes",
|
||||
"gtk3",
|
||||
]
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO winit crate error (after cargo update)
|
||||
[source]
|
||||
git = "https://github.com/pudnax/pilka"
|
||||
[build]
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO forensic-rs crate error
|
||||
[source]
|
||||
git = "https://github.com/dfir-dd/dfir-toolkit"
|
||||
[build]
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO linking error (after cargo update)
|
||||
[source]
|
||||
git = "https://github.com/pwnwriter/kanha"
|
||||
[build]
|
||||
|
||||
@ -1,5 +1,8 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO make libnettle work
|
||||
[source]
|
||||
git = "https://gitlab.com/sequoia-pgp/sequoia-sop"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"libnettle",
|
||||
]
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO source code error (after cargo update)
|
||||
[source]
|
||||
git = "https://github.com/dsprenkels/sss-cli"
|
||||
[build]
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO require a command to move the binary
|
||||
[source]
|
||||
git = "https://github.com/steganogram/stegano-rs"
|
||||
[build]
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO libc and nix crate errors (after cargo update)
|
||||
[source]
|
||||
git = "https://github.com/tailhook/vagga"
|
||||
[build]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user