diff --git a/crates/bevy_openxr/Cargo.toml b/crates/bevy_openxr/Cargo.toml index 992c942..fa09d98 100644 --- a/crates/bevy_openxr/Cargo.toml +++ b/crates/bevy_openxr/Cargo.toml @@ -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"] }