Skip to content

Commit

Permalink
bump wgpu
Browse files Browse the repository at this point in the history
  • Loading branch information
Elabajaba committed Jan 9, 2024
1 parent abdef86 commit 434aa4a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions crates/bevy_pbr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ thread_local = "1.0"

[target.'cfg(target_arch = "wasm32")'.dependencies]
# naga_oil = { version = "0.11" }
naga_oil = { git = "https://github.com/Elabajaba/naga_oil.git", rev = "87eacc06e0aff2f5d822c9398eb6a033b1453042" }
naga_oil = { git = "https://github.com/Elabajaba/naga_oil.git", rev = "29a672905ccdef14e562d8ac860015779e63067e" }


[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
# Omit the `glsl` feature in non-WebAssembly by default.
#naga_oil = { version = "0.11", default-features = false, features = [
naga_oil = { git = "https://github.com/Elabajaba/naga_oil.git", rev = "87eacc06e0aff2f5d822c9398eb6a033b1453042", default-features = false, features = [
naga_oil = { git = "https://github.com/Elabajaba/naga_oil.git", rev = "29a672905ccdef14e562d8ac860015779e63067e", default-features = false, features = [
"test_shader",
] }

Expand Down
6 changes: 3 additions & 3 deletions crates/bevy_render/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@ codespan-reporting = "0.11.0"
# `fragile-send-sync-non-atomic-wasm` feature means we can't use WASM threads for rendering
# It is enabled for now to avoid having to do a significant overhaul of the renderer just for wasm
# wgpu = { version = "0.18", features = [
wgpu = { git = "https://github.com/gfx-rs/wgpu.git", rev = "d7296ac30b7948d6d111ffe201d7c47c246d16cd", features = [
wgpu = { git = "https://github.com/gfx-rs/wgpu.git", rev = "4400a5847080d1164bdca93a90622414963ed9f3", features = [
"naga",
"fragile-send-sync-non-atomic-wasm",
] }
naga = { git = "https://github.com/gfx-rs/wgpu.git", rev = "d7296ac30b7948d6d111ffe201d7c47c246d16cd", features = ["wgsl-in"] }
naga = { git = "https://github.com/gfx-rs/wgpu.git", rev = "4400a5847080d1164bdca93a90622414963ed9f3", features = ["wgsl-in"] }
# naga_oil = { version = "0.11", default-features = false, features = [
naga_oil = { git = "https://github.com/Elabajaba/naga_oil.git", rev = "87eacc06e0aff2f5d822c9398eb6a033b1453042", default-features = false, features = [
naga_oil = { git = "https://github.com/Elabajaba/naga_oil.git", rev = "29a672905ccdef14e562d8ac860015779e63067e", default-features = false, features = [
"test_shader",
] }
serde = { version = "1", features = ["derive"] }
Expand Down

0 comments on commit 434aa4a

Please sign in to comment.