You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
neovide/Cargo.toml

19 lines
354 B
TOML

[package]
5 years ago
name = "neovide"
version = "0.1.0"
authors = ["keith <keith@the-simmons.net>"]
edition = "2018"
[dependencies]
euclid = "0.20.7"
font-kit = "0.5.0"
lru = "0.4.3"
skulpin = "0.4"
derive-new = "0.5"
env_logger = "0.7.1"
neovim-lib = { git = "https://github.com/daa84/neovim-lib", version = "0.6" }
rmpv = "0.4.2"
5 years ago
[profile.release]
debug = true