Bump version of ash-window
This commit is contained in:
parent
41ff55d0ca
commit
9662364c8b
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "ash-window"
|
name = "ash-window"
|
||||||
version = "0.5.0"
|
version = "0.6.0"
|
||||||
authors = ["msiglreith <m.siglreith@gmail.com>"]
|
authors = ["msiglreith <m.siglreith@gmail.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
|
@ -14,7 +14,7 @@ exclude = [".github/*"]
|
||||||
workspace = ".."
|
workspace = ".."
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
ash = { path = "../ash", version = "0.31" }
|
ash = { path = "../ash", version = "0.32" }
|
||||||
raw-window-handle = "0.3"
|
raw-window-handle = "0.3"
|
||||||
|
|
||||||
[target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies]
|
[target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies]
|
||||||
|
|
Loading…
Reference in a new issue