diff --git a/Cargo.lock b/Cargo.lock index c94ee4a..1629000 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -498,6 +498,17 @@ name = "memchr" version = "2.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" +[[package]] +name = "neovide" +version = "0.1.0" +dependencies = [ + "derive-new 0.5.8 (registry+https://github.com/rust-lang/crates.io-index)", + "druid-shell 0.4.0 (git+https://github.com/xi-editor/druid.git)", + "env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", + "neovim-lib 0.6.0 (git+https://github.com/daa84/neovim-lib)", + "rmpv 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "neovim-lib" version = "0.6.0" @@ -784,17 +795,6 @@ dependencies = [ "serde_bytes 0.11.2 (registry+https://github.com/rust-lang/crates.io-index)", ] -[[package]] -name = "rust_druid_test" -version = "0.1.0" -dependencies = [ - "derive-new 0.5.8 (registry+https://github.com/rust-lang/crates.io-index)", - "druid-shell 0.4.0 (git+https://github.com/xi-editor/druid.git)", - "env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", - "neovim-lib 0.6.0 (git+https://github.com/daa84/neovim-lib)", - "rmpv 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "rustc-serialize" version = "0.3.24" diff --git a/Cargo.toml b/Cargo.toml index c7a078d..6dffa74 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,9 @@ [package] -name = "rust_druid_test" +name = "neovide" version = "0.1.0" authors = ["keith "] edition = "2018" -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] druid-shell = { git = "https://github.com/xi-editor/druid.git", version = "0.4" } derive-new = "0.5"