From 19a869ded011e6973d2d82cb78a5aa661c839932 Mon Sep 17 00:00:00 2001 From: Andreas Reich Date: Sun, 8 Oct 2023 13:08:34 +0200 Subject: [PATCH] update to latest --- Cargo.lock | 10 +++++----- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index be2ed5a1ce6..fc8011af322 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4282,7 +4282,7 @@ checksum = "14247bb57be4f377dfb94c72830b8ce8fc6beac03cf4bf7b9732eadd414123fc" [[package]] name = "wgpu" version = "0.17.0" -source = "git+https://github.com/gents83/wgpu.git#5d086723c0047037ea7c954382497eb7777da3ed" +source = "git+https://github.com/gents83/wgpu.git#b7e518a32927fa91d12ba3e3af52a2c8498314b6" dependencies = [ "arrayvec", "cfg-if", @@ -4305,7 +4305,7 @@ dependencies = [ [[package]] name = "wgpu-core" version = "0.17.0" -source = "git+https://github.com/gents83/wgpu.git#5d086723c0047037ea7c954382497eb7777da3ed" +source = "git+https://github.com/gents83/wgpu.git#b7e518a32927fa91d12ba3e3af52a2c8498314b6" dependencies = [ "arrayvec", "bit-vec", @@ -4327,7 +4327,7 @@ dependencies = [ [[package]] name = "wgpu-hal" version = "0.17.0" -source = "git+https://github.com/gents83/wgpu.git#5d086723c0047037ea7c954382497eb7777da3ed" +source = "git+https://github.com/gents83/wgpu.git#b7e518a32927fa91d12ba3e3af52a2c8498314b6" dependencies = [ "android_system_properties", "arrayvec", @@ -4345,7 +4345,7 @@ dependencies = [ "js-sys", "khronos-egl", "libc", - "libloading 0.8.0", + "libloading 0.7.4", "log", "metal", "naga", @@ -4367,7 +4367,7 @@ dependencies = [ [[package]] name = "wgpu-types" version = "0.17.0" -source = "git+https://github.com/gents83/wgpu.git#5d086723c0047037ea7c954382497eb7777da3ed" +source = "git+https://github.com/gents83/wgpu.git#b7e518a32927fa91d12ba3e3af52a2c8498314b6" dependencies = [ "bitflags 2.4.0", "js-sys", diff --git a/Cargo.toml b/Cargo.toml index de726edf2d7..99f774299b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,4 +38,4 @@ opt-level = 2 [workspace.dependencies] thiserror = "1.0.37" #wgpu = { git = "https://github.com/gfx-rs/wgpu.git", commit = "f738551" } -wgpu = { git = "https://github.com/gents83/wgpu.git", commit = "5d08672" } +wgpu = { git = "https://github.com/gents83/wgpu.git", commit = "b7e518a" }