add 'vulkan-portability' feature to wgpu when target family is unix (#101)
This commit is contained in:
@@ -32,6 +32,7 @@ ash = { version = "0.37.3", optional = true }
|
||||
|
||||
[target.'cfg(target_family = "unix")'.dependencies]
|
||||
openxr = { version = "0.18.0", features = ["mint"] }
|
||||
wgpu = { version = "0.19.3", features = ["vulkan-portability"] }
|
||||
|
||||
[target.'cfg(target_family = "windows")'.dependencies]
|
||||
openxr = { version = "0.18.0", features = ["mint", "static"] }
|
||||
|
||||
Reference in New Issue
Block a user