Trying to reduce locking during allocation again...

This commit is contained in:
Joshua Yanovski 2022-09-09 02:41:23 -07:00
parent cec414cd25
commit 39225cdbd5
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@ -7645,7 +7645,7 @@ dependencies = [
[[package]]
name = "wgpu"
version = "0.8.0"
source = "git+https://github.com/pythonesque/wgpu.git?rev=6f547242ea4bd649d874b6d19240f80ad0a752ad#6f547242ea4bd649d874b6d19240f80ad0a752ad"
source = "git+https://github.com/pythonesque/wgpu.git?rev=c78c3fe3f05e20d897740607a462dc540e3816a8#c78c3fe3f05e20d897740607a462dc540e3816a8"
dependencies = [
"arrayvec 0.5.2",
"js-sys",
@ -7665,7 +7665,7 @@ dependencies = [
[[package]]
name = "wgpu-core"
version = "0.8.0"
source = "git+https://github.com/pythonesque/wgpu.git?rev=6f547242ea4bd649d874b6d19240f80ad0a752ad#6f547242ea4bd649d874b6d19240f80ad0a752ad"
source = "git+https://github.com/pythonesque/wgpu.git?rev=c78c3fe3f05e20d897740607a462dc540e3816a8#c78c3fe3f05e20d897740607a462dc540e3816a8"
dependencies = [
"arrayvec 0.5.2",
"bitflags",
@ -7706,7 +7706,7 @@ dependencies = [
[[package]]
name = "wgpu-types"
version = "0.8.0"
source = "git+https://github.com/pythonesque/wgpu.git?rev=6f547242ea4bd649d874b6d19240f80ad0a752ad#6f547242ea4bd649d874b6d19240f80ad0a752ad"
source = "git+https://github.com/pythonesque/wgpu.git?rev=c78c3fe3f05e20d897740607a462dc540e3816a8#c78c3fe3f05e20d897740607a462dc540e3816a8"
dependencies = [
"bitflags",
"serde",

View File

@ -123,7 +123,7 @@ nativeBuildInputs = ["pkg-config"]
vek = { git = "https://github.com/yoanlcq/vek.git", rev = "84d5cb65841d46599a986c5477341bea4456be26" }
# patch wgpu so we can use wgpu-profiler crate
# wgpu = { git = "https://github.com/gfx-rs/wgpu.git", rev = "a92b8549a8e2cb9dac781bafc5ed32828f3caf46" }
wgpu = { git = "https://github.com/pythonesque/wgpu.git", rev = "6f547242ea4bd649d874b6d19240f80ad0a752ad" }
wgpu = { git = "https://github.com/pythonesque/wgpu.git", rev = "c78c3fe3f05e20d897740607a462dc540e3816a8" }
# wgpu = { path = "../wgpu/wgpu" }
# wgpu-core = { path = "../wgpu/wgpu-core" }
# wgpu-types = { path = "../wgpu/wgpu-types" }