mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-01 00:58:42 +08:00
12 lines
238 B
TOML
12 lines
238 B
TOML
#TODO Need to make libxkbcommon work
|
|
[source]
|
|
git = "https://github.com/raphamorim/rio"
|
|
rev = "ddd99a767b2c17bbf9aa8a00f6107acc488a04e8"
|
|
[build]
|
|
template = "cargo"
|
|
dependencies = [
|
|
"freetype2",
|
|
"fontconfig",
|
|
"libxkbcommon",
|
|
]
|