diff --git a/Cargo.lock b/Cargo.lock index 057642f0e2..b3842fb7b5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1946,6 +1946,7 @@ dependencies = [ "arrayvec", "bitflags", "fxhash", + "gfx-auxil", "gfx-hal", "glow", "js-sys", @@ -1955,6 +1956,7 @@ dependencies = [ "naga", "parking_lot 0.11.1", "raw-window-handle", + "spirv_cross", "wasm-bindgen", "web-sys", ] @@ -1971,6 +1973,7 @@ dependencies = [ "copyless", "foreign-types", "fxhash", + "gfx-auxil", "gfx-hal", "log", "metal", @@ -1980,6 +1983,7 @@ dependencies = [ "profiling", "range-alloc", "raw-window-handle", + "spirv_cross", "storage-map", ] diff --git a/voxygen/Cargo.toml b/voxygen/Cargo.toml index ac0fd2f3f3..c406869a2f 100644 --- a/voxygen/Cargo.toml +++ b/voxygen/Cargo.toml @@ -45,7 +45,7 @@ i18n = {package = "veloren-i18n", path = "i18n"} # Graphics winit = {version = "0.24.0", features = ["serde"]} -wgpu = { version = "=0.8.0", features = ["trace"] } +wgpu = { version = "=0.8.0", features = ["trace", "cross"] } wgpu-profiler = { git = "https://github.com/Imberflur/wgpu-profiler", tag = "wgpu-0.8" } bytemuck = { version="1.4", features=["derive"] } shaderc = "0.6.2"