mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-05 02:58:42 +08:00
12 lines
187 B
TOML
12 lines
187 B
TOML
#TODO not compiled or tested
|
|
[source]
|
|
git = "https://github.com/nik-rev/ferrishot"
|
|
[build]
|
|
dependencies = [
|
|
"mesa",
|
|
"libx11",
|
|
"libwayland",
|
|
"libxcb",
|
|
]
|
|
template = "cargo"
|