|
|
@ -39,8 +39,8 @@ dirs = "2"
|
|
|
|
rand = "0.7"
|
|
|
|
rand = "0.7"
|
|
|
|
pin-project = "0.4.27"
|
|
|
|
pin-project = "0.4.27"
|
|
|
|
futures = "0.3.12"
|
|
|
|
futures = "0.3.12"
|
|
|
|
glutin = { git = "https://github.com/Kethku/glutin", branch = "new-keyboard-all" }
|
|
|
|
glutin = { git = "https://github.com/neovide/glutin", branch = "new-keyboard-all" }
|
|
|
|
winit = { git = "https://github.com/Kethku/winit", branch = "new-keyboard-all", default-features = false }
|
|
|
|
winit = { git = "https://github.com/neovide/winit", branch = "new-keyboard-all", default-features = false }
|
|
|
|
gl = "0.14.0"
|
|
|
|
gl = "0.14.0"
|
|
|
|
swash = "0.1.4"
|
|
|
|
swash = "0.1.4"
|
|
|
|
clap="2.33.3"
|
|
|
|
clap="2.33.3"
|
|
|
@ -71,7 +71,7 @@ incremental = true
|
|
|
|
name = "Neovide"
|
|
|
|
name = "Neovide"
|
|
|
|
identifier = "com.kethku.neovide"
|
|
|
|
identifier = "com.kethku.neovide"
|
|
|
|
icon = ["assets/neovide.ico"]
|
|
|
|
icon = ["assets/neovide.ico"]
|
|
|
|
version = "0.7.0"
|
|
|
|
version = "0.8.0"
|
|
|
|
resources = []
|
|
|
|
resources = []
|
|
|
|
copyright = "Copyright (c) Keith 2021. All rights reserved."
|
|
|
|
copyright = "Copyright (c) Keith 2021. All rights reserved."
|
|
|
|
category = "Productivity"
|
|
|
|
category = "Productivity"
|
|
|
|