Skip to content

Commit

Permalink
Add some flexibility for ash and imgui versions
Browse files Browse the repository at this point in the history
  • Loading branch information
adrien-ben committed Mar 2, 2020
1 parent 08ad6df commit 30a1c70
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ homepage = "https://github.com/adrien-ben/imgui-rs-vulkan-renderer"
repository = "https://github.com/adrien-ben/imgui-rs-vulkan-renderer"
documentation = "https://docs.rs/imgui-rs-vulkan-renderer"
license = "MIT"
version = "0.3.0"
version = "0.3.1"
authors = ["Adrien Bennadji <[email protected]>"]
edition = "2018"

Expand All @@ -18,16 +18,16 @@ exclude = [

[dependencies]
log = "0.4"
imgui = "0.3"
ash = "0.29"
imgui = "^0.3"
ash = ">=0.29"
ultraviolet = "0.4"

[dev-dependencies]
simple_logger = "1.5.0"
simple_logger = "1.6.0"
winit = "0.19"
raw-window-handle = "0.3"

[dev-dependencies.imgui-winit-support]
version = "0.3.0"
version = "^0.3"
default-features = false
features = ["winit-19"]

0 comments on commit 30a1c70

Please sign in to comment.