Add version to ash

This commit is contained in:
Maik Klein 2020-07-14 16:54:40 +02:00
parent 99d81ca90a
commit 9aae30ecc2

View file

@ -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]