mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-27 15:24:18 +08:00
19 lines
292 B
TOML
19 lines
292 B
TOML
#TODO not compiled or tested
|
|
[source]
|
|
git = "https://github.com/versotile-org/verso"
|
|
[build]
|
|
template = "cargo"
|
|
dependencies = [
|
|
"freetype2",
|
|
"gettext",
|
|
"glib",
|
|
"gstreamer",
|
|
"harfbuzz",
|
|
"libffi",
|
|
"libiconv",
|
|
"libpng",
|
|
"openssl1",
|
|
"pcre",
|
|
"zlib",
|
|
]
|