Add version to ash
This commit is contained in:
parent
99d81ca90a
commit
9aae30ecc2
|
@ -14,7 +14,7 @@ exclude = [".github/*"]
|
||||||
workspace = ".."
|
workspace = ".."
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
ash = { path = "../ash" }
|
ash = { path = "../ash", version = "0.31" }
|
||||||
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