mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-05 19:18:43 +08:00
13 lines
256 B
TOML
13 lines
256 B
TOML
#TODO Not compiled or tested
|
|
#TODO probably missing dependencies
|
|
[source]
|
|
git = "https://github.com/woelper/oculante"
|
|
rev = "25b6ae94f743988be216dfd341dde159337d193d"
|
|
[build]
|
|
template = "cargo"
|
|
dependencies = [
|
|
"libxcb",
|
|
"libxfixes",
|
|
"gtk3",
|
|
]
|