diff --git a/Cargo.lock b/Cargo.lock index 2ea86a7e3..bf6f5d717 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4044,6 +4044,7 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "vide" version = "0.1.0" +source = "git+https://github.com/neovide/vide#61239a676e89e561c4f3c19b8aec32947c818340" dependencies = [ "base64", "bytemuck", diff --git a/Cargo.toml b/Cargo.toml index 8ce27e964..21b8e76d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -76,8 +76,7 @@ tracy-client-sys = { version = "0.22.0", optional = true, default-features = fal "fibers", ] } unicode-segmentation = "1.9.0" -#vide = { git = "https://github.com/neovide/vide" } -vide = { path = "../vide" } +vide = { git = "https://github.com/neovide/vide" } which = "6.0.1" winit = { version = "=0.29.15", features = ["serde"] } xdg = "2.4.1"