From 7390e1aae544d2db1511a47ce980a6e0235fcee3 Mon Sep 17 00:00:00 2001 From: Keith Simmons Date: Sun, 12 Dec 2021 19:59:08 -0800 Subject: [PATCH] swap to org forks of winit and glutin --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1904e11..3c6df9b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,8 +39,8 @@ dirs = "2" rand = "0.7" pin-project = "0.4.27" futures = "0.3.12" -glutin = { git = "https://github.com/Kethku/glutin", branch = "new-keyboard-all" } -winit = { git = "https://github.com/Kethku/winit", branch = "new-keyboard-all", default-features = false } +glutin = { git = "https://github.com/neovide/glutin", branch = "new-keyboard-all" } +winit = { git = "https://github.com/neovide/winit", branch = "new-keyboard-all", default-features = false } gl = "0.14.0" swash = "0.1.4" clap="2.33.3" @@ -71,7 +71,7 @@ incremental = true name = "Neovide" identifier = "com.kethku.neovide" icon = ["assets/neovide.ico"] -version = "0.7.0" +version = "0.8.0" resources = [] copyright = "Copyright (c) Keith 2021. All rights reserved." category = "Productivity"