1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-02 14:50:03 -04:00

update to latest

This commit is contained in:
Andreas Reich
2023-10-08 10:37:47 +02:00
parent 5ee920c216
commit a743adc8e1
2 changed files with 6 additions and 6 deletions

10
Cargo.lock generated
View File

@@ -4282,7 +4282,7 @@ checksum = "14247bb57be4f377dfb94c72830b8ce8fc6beac03cf4bf7b9732eadd414123fc"
[[package]] [[package]]
name = "wgpu" name = "wgpu"
version = "0.17.0" version = "0.17.0"
source = "git+https://github.com/gents83/wgpu.git#a7de4da0946376abb91eaec1fe9aed5577e14645" source = "git+https://github.com/gents83/wgpu.git#5d086723c0047037ea7c954382497eb7777da3ed"
dependencies = [ dependencies = [
"arrayvec", "arrayvec",
"cfg-if", "cfg-if",
@@ -4305,7 +4305,7 @@ dependencies = [
[[package]] [[package]]
name = "wgpu-core" name = "wgpu-core"
version = "0.17.0" version = "0.17.0"
source = "git+https://github.com/gents83/wgpu.git#a7de4da0946376abb91eaec1fe9aed5577e14645" source = "git+https://github.com/gents83/wgpu.git#5d086723c0047037ea7c954382497eb7777da3ed"
dependencies = [ dependencies = [
"arrayvec", "arrayvec",
"bit-vec", "bit-vec",
@@ -4327,7 +4327,7 @@ dependencies = [
[[package]] [[package]]
name = "wgpu-hal" name = "wgpu-hal"
version = "0.17.0" version = "0.17.0"
source = "git+https://github.com/gents83/wgpu.git#a7de4da0946376abb91eaec1fe9aed5577e14645" source = "git+https://github.com/gents83/wgpu.git#5d086723c0047037ea7c954382497eb7777da3ed"
dependencies = [ dependencies = [
"android_system_properties", "android_system_properties",
"arrayvec", "arrayvec",
@@ -4345,7 +4345,7 @@ dependencies = [
"js-sys", "js-sys",
"khronos-egl", "khronos-egl",
"libc", "libc",
"libloading 0.7.4", "libloading 0.8.0",
"log", "log",
"metal", "metal",
"naga", "naga",
@@ -4367,7 +4367,7 @@ dependencies = [
[[package]] [[package]]
name = "wgpu-types" name = "wgpu-types"
version = "0.17.0" version = "0.17.0"
source = "git+https://github.com/gents83/wgpu.git#a7de4da0946376abb91eaec1fe9aed5577e14645" source = "git+https://github.com/gents83/wgpu.git#5d086723c0047037ea7c954382497eb7777da3ed"
dependencies = [ dependencies = [
"bitflags 2.4.0", "bitflags 2.4.0",
"js-sys", "js-sys",

View File

@@ -38,4 +38,4 @@ opt-level = 2
[workspace.dependencies] [workspace.dependencies]
thiserror = "1.0.37" thiserror = "1.0.37"
#wgpu = { git = "https://github.com/gfx-rs/wgpu.git", commit = "f738551" } #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" }