mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-06 19:48:43 +08:00
12 lines
192 B
TOML
12 lines
192 B
TOML
#TODO make nss work
|
|
#TODO require Chromium building
|
|
[source]
|
|
git = "https://github.com/fathyb/carbonyl"
|
|
[build]
|
|
template = "cargo"
|
|
dependencies = [
|
|
"nss",
|
|
"fontconfig",
|
|
"expat",
|
|
]
|