|
|
@ -39,12 +39,12 @@ rand = "0.7"
|
|
|
|
[target.'cfg(windows)'.dependencies]
|
|
|
|
[target.'cfg(windows)'.dependencies]
|
|
|
|
winapi = "0.3.8"
|
|
|
|
winapi = "0.3.8"
|
|
|
|
|
|
|
|
|
|
|
|
[build-dependencies]
|
|
|
|
[target.'cfg(windows)'.build-dependencies]
|
|
|
|
winres = "0.1.11"
|
|
|
|
winres = "0.1.11"
|
|
|
|
sdl2-sys = { version = "0.33", default-features = false, features = ["bundled", "static-link"] }
|
|
|
|
sdl2-sys = { version = "0.34", default-features = false, features = ["bundled", "static-link"] }
|
|
|
|
|
|
|
|
|
|
|
|
# [patch.crates-io]
|
|
|
|
[target.'cfg(macos)'.build-dependencies]
|
|
|
|
# sdl2 = { git = "https://github.com/Rust-SDL2/rust-sdl2", default-features = false }
|
|
|
|
sdl2-sys = { version = "0.34", default-features = false, features = ["bundled", "static-link"] }
|
|
|
|
|
|
|
|
|
|
|
|
[profile.release]
|
|
|
|
[profile.release]
|
|
|
|
debug = true
|
|
|
|
debug = true
|
|
|
@ -55,7 +55,7 @@ incremental = true
|
|
|
|
name = "Neovide"
|
|
|
|
name = "Neovide"
|
|
|
|
identifier = "com.kethku.neovide"
|
|
|
|
identifier = "com.kethku.neovide"
|
|
|
|
icon = ["assets/nvim.ico"]
|
|
|
|
icon = ["assets/nvim.ico"]
|
|
|
|
version = "0.4.0"
|
|
|
|
version = "0.6.0"
|
|
|
|
resources = []
|
|
|
|
resources = []
|
|
|
|
copyright = "Copyright (c) keith 2020. All rights reserved."
|
|
|
|
copyright = "Copyright (c) keith 2020. All rights reserved."
|
|
|
|
category = "Productivity"
|
|
|
|
category = "Productivity"
|
|
|
|