Skip to content

Commit

Permalink
use robtfm's naga_oil branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Elabajaba committed Nov 16, 2023
1 parent ae9dab9 commit 12746ff
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/bevy_render/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@ codespan-reporting = "0.11.0"
wgpu = { version = "0.18", features = ["naga", "fragile-send-sync-non-atomic-wasm"] }
naga = { version = "0.14.0", features = ["wgsl-in"] }
# naga_oil = "0.10"
naga_oil = { git = "https://github.com/Elabajaba/naga_oil.git", branch = "naga014" }
# naga_oil = { path = "D:/programming/naga_oil" }
naga_oil = { git = "https://github.com/robtfm/naga_oil.git", branch = "naga-0.14" }
serde = { version = "1", features = ["derive"] }
bitflags = "2.3"
bytemuck = { version = "1.5", features = ["derive"] }
Expand Down

0 comments on commit 12746ff

Please sign in to comment.