mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-03 18:18:44 +08:00
10 lines
179 B
TOML
10 lines
179 B
TOML
#TODO can't find the fontconfig dependency
|
|
[source]
|
|
git = "https://github.com/polachok/helix-gpui"
|
|
[build]
|
|
template = "cargo"
|
|
dependencies = [
|
|
"openssl1",
|
|
"fontconfig",
|
|
]
|