|
|
@ -498,6 +498,17 @@ name = "memchr"
|
|
|
|
version = "2.2.1"
|
|
|
|
version = "2.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
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]]
|
|
|
|
[[package]]
|
|
|
|
name = "neovim-lib"
|
|
|
|
name = "neovim-lib"
|
|
|
|
version = "0.6.0"
|
|
|
|
version = "0.6.0"
|
|
|
@ -784,17 +795,6 @@ dependencies = [
|
|
|
|
"serde_bytes 0.11.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"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]]
|
|
|
|
[[package]]
|
|
|
|
name = "rustc-serialize"
|
|
|
|
name = "rustc-serialize"
|
|
|
|
version = "0.3.24"
|
|
|
|
version = "0.3.24"
|
|
|
|