redox/recipes/wip/text/neovide/recipe.toml
2024-07-14 17:17:29 +00:00

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