Skip to content

Commit

Permalink
naga_oil release
Browse files Browse the repository at this point in the history
  • Loading branch information
Elabajaba committed Aug 27, 2023
1 parent d4f9177 commit b77ca83
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions crates/bevy_pbr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,5 @@ bitflags = "2.3"
# direct dependency required for derive macro
bytemuck = { version = "1", features = ["derive"] }
radsort = "0.1"
# naga_oil = "0.8"
naga_oil = { git = "https://github.com/robtfm/naga_oil.git", branch = "0.13" }
naga_oil = "0.9"
smallvec = "1.6"
5 changes: 2 additions & 3 deletions crates/bevy_render/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,12 @@ bevy_tasks = { path = "../bevy_tasks", version = "0.12.0-dev" }
image = { version = "0.24", default-features = false }

# misc
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.17.0", features = ["naga", "fragile-send-sync-non-atomic-wasm"] }
codespan-reporting = "0.11.0"
naga = { version = "0.13.0", features = ["wgsl-in"] }
# naga_oil = "0.8"
naga_oil = { git = "https://github.com/robtfm/naga_oil.git", branch = "0.13" }
naga_oil = "0.9"
serde = { version = "1", features = ["derive"] }
bitflags = "2.3"
bytemuck = { version = "1.5", features = ["derive"] }
Expand Down

0 comments on commit b77ca83

Please sign in to comment.