We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d835e76 commit 9ddd3ccCopy full SHA for 9ddd3cc
1 file changed
unity-native-plugin-vulkan/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "unity-native-plugin-vulkan"
3
-version = "0.5.0"
+version = "0.5.1"
4
authors = ["Yasuhiro Taniuchi"]
5
license = "MIT"
6
description = "Unity Native Plugin API (Vulkan) for Rust"
@@ -21,4 +21,4 @@ include = [
21
[dependencies]
22
unity-native-plugin = { version = "0.5.0", path = "../unity-native-plugin" }
23
unity-native-plugin-sys = { version = "0.5.0", path = "../unity-native-plugin-sys" }
24
-ash = "0.31.0"
+ash = "0.33.1"
0 commit comments