From a743adc8e1e91a5e4e65933a8ed2b8bda02b1273 Mon Sep 17 00:00:00 2001 From: Andreas Reich Date: Sun, 8 Oct 2023 10:37:47 +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 622f270877c..be2ed5a1ce6 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#a7de4da0946376abb91eaec1fe9aed5577e14645" +source = "git+https://github.com/gents83/wgpu.git#5d086723c0047037ea7c954382497eb7777da3ed" 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#a7de4da0946376abb91eaec1fe9aed5577e14645" +source = "git+https://github.com/gents83/wgpu.git#5d086723c0047037ea7c954382497eb7777da3ed" 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#a7de4da0946376abb91eaec1fe9aed5577e14645" +source = "git+https://github.com/gents83/wgpu.git#5d086723c0047037ea7c954382497eb7777da3ed" dependencies = [ "android_system_properties", "arrayvec", @@ -4345,7 +4345,7 @@ dependencies = [ "js-sys", "khronos-egl", "libc", - "libloading 0.7.4", + "libloading 0.8.0", "log", "metal", "naga", @@ -4367,7 +4367,7 @@ dependencies = [ [[package]] name = "wgpu-types" version = "0.17.0" -source = "git+https://github.com/gents83/wgpu.git#a7de4da0946376abb91eaec1fe9aed5577e14645" +source = "git+https://github.com/gents83/wgpu.git#5d086723c0047037ea7c954382497eb7777da3ed" dependencies = [ "bitflags 2.4.0", "js-sys", diff --git a/Cargo.toml b/Cargo.toml index 9acc1c1e3e6..de726edf2d7 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 = "a7de4da" } +wgpu = { git = "https://github.com/gents83/wgpu.git", commit = "5d08672" }