redox/recipes/wip/tools/neovide/recipe.toml
2024-02-15 09:47:49 +00:00

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",
]