mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-29 16:18:44 +08:00
16 lines
290 B
TOML
16 lines
290 B
TOML
#TODO Make neovim and freeglut work
|
|
[source]
|
|
git = "https://github.com/neovide/neovide"
|
|
rev = "113955bb68bf6715c784ea0b7ee75011c55471c9"
|
|
[build]
|
|
template = "cargo"
|
|
dependencies = [
|
|
"neovim",
|
|
"openssl1",
|
|
"freetype2",
|
|
"expat",
|
|
"bzip2",
|
|
"freeglut",
|
|
"fontconfig",
|
|
]
|