diff --git a/Cargo.lock b/Cargo.lock index 065e726d..b7cef119 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -852,8 +852,8 @@ dependencies = [ [[package]] name = "wgpu-core" -version = "0.16.0" -source = "git+https://github.com/gfx-rs/wgpu?rev=011a4e26d04f388ef40e3baee3f19a255b9b5148#011a4e26d04f388ef40e3baee3f19a255b9b5148" +version = "0.16.1" +source = "git+https://github.com/gfx-rs/wgpu?rev=2dba493d1e96ca11c7affc23a1c202ef670b689a#2dba493d1e96ca11c7affc23a1c202ef670b689a" dependencies = [ "arrayvec", "bit-vec", @@ -877,7 +877,7 @@ dependencies = [ [[package]] name = "wgpu-hal" version = "0.16.0" -source = "git+https://github.com/gfx-rs/wgpu?rev=011a4e26d04f388ef40e3baee3f19a255b9b5148#011a4e26d04f388ef40e3baee3f19a255b9b5148" +source = "git+https://github.com/gfx-rs/wgpu?rev=2dba493d1e96ca11c7affc23a1c202ef670b689a#2dba493d1e96ca11c7affc23a1c202ef670b689a" dependencies = [ "android_system_properties", "arrayvec", @@ -930,7 +930,7 @@ dependencies = [ [[package]] name = "wgpu-types" version = "0.16.0" -source = "git+https://github.com/gfx-rs/wgpu?rev=011a4e26d04f388ef40e3baee3f19a255b9b5148#011a4e26d04f388ef40e3baee3f19a255b9b5148" +source = "git+https://github.com/gfx-rs/wgpu?rev=2dba493d1e96ca11c7affc23a1c202ef670b689a#2dba493d1e96ca11c7affc23a1c202ef670b689a" dependencies = [ "bitflags 2.3.3", "js-sys", diff --git a/Cargo.toml b/Cargo.toml index e0c59a59..e54e001c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,35 +30,35 @@ trace = ["wgc/trace"] [dependencies.wgc] package = "wgpu-core" git = "https://github.com/gfx-rs/wgpu" -rev = "011a4e26d04f388ef40e3baee3f19a255b9b5148" +rev = "2dba493d1e96ca11c7affc23a1c202ef670b689a" version = "0.16" features = ["raw-window-handle", "gles"] [target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies.wgc] package = "wgpu-core" git = "https://github.com/gfx-rs/wgpu" -rev = "011a4e26d04f388ef40e3baee3f19a255b9b5148" +rev = "2dba493d1e96ca11c7affc23a1c202ef670b689a" version = "0.16" features = ["metal"] [target.'cfg(windows)'.dependencies.wgc] package = "wgpu-core" git = "https://github.com/gfx-rs/wgpu" -rev = "011a4e26d04f388ef40e3baee3f19a255b9b5148" +rev = "2dba493d1e96ca11c7affc23a1c202ef670b689a" version = "0.16" features = ["dx11", "dx12"] [target.'cfg(any(windows, all(unix, not(target_arch = "emscripten"), not(target_os = "ios"), not(target_os = "macos"))))'.dependencies.wgc] package = "wgpu-core" git = "https://github.com/gfx-rs/wgpu" -rev = "011a4e26d04f388ef40e3baee3f19a255b9b5148" +rev = "2dba493d1e96ca11c7affc23a1c202ef670b689a" version = "0.16" features = ["vulkan"] [dependencies.wgt] package = "wgpu-types" git = "https://github.com/gfx-rs/wgpu" -rev = "011a4e26d04f388ef40e3baee3f19a255b9b5148" +rev = "2dba493d1e96ca11c7affc23a1c202ef670b689a" version = "0.16" [dependencies.naga]