mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-02 17:48:42 +08:00
15 lines
241 B
TOML
15 lines
241 B
TOML
#TODO Make neovim and freeglut work
|
|
[source]
|
|
git = "https://github.com/neovide/neovide"
|
|
[build]
|
|
template = "cargo"
|
|
dependencies = [
|
|
"neovim",
|
|
"openssl1",
|
|
"freetype2",
|
|
"expat",
|
|
"bzip2",
|
|
"freeglut",
|
|
"fontconfig",
|
|
]
|