mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-26 23:04:19 +08:00
11 lines
262 B
TOML
11 lines
262 B
TOML
#TODO missing dependencies, see https://github.com/Kl4rry/simp#system-dependencies
|
|
[source]
|
|
git = "https://github.com/Kl4rry/simp"
|
|
rev = "195b2ef334e4c72ba8f44ee8af9f5cc0c259cc52"
|
|
[build]
|
|
template = "cargo"
|
|
dependencies = [
|
|
"openssl1",
|
|
"libxkbcommon",
|
|
]
|