GitClassic
Feed
Explore
Random
Go Pro
Sign in
bevyengine
/
naga_oil
Code
/
Commits
/ 17a076f
Upgrade to WGPU 22 (#98)
This currently doesn't pass the tests, I think because `naga` removed the `PartialEq` implementation on a bunch of types (https://github.com/gfx-rs/wgpu/pull/5818) --------- Co-authored-by: Elabajaba <Elabajaba@users.noreply.github.com>
callym
committed on Aug 3, 2024, 06:38 AM
Showing
8
changed files
+29 additions
-86 deletions
M
Cargo.toml
+2
-2
M
src/compose/error.rs
+2
-4
M
src/compose/mod.rs
+7
-30
M
src/compose/preprocess.rs
+8
-41
M
src/compose/test.rs
+1
M
src/compose/tests/expected/err_validation_1.txt
+4
-4
M
src/compose/tests/expected/err_validation_2.txt
+4
-4
M
src/derive.rs
+1
-1
Browse files at this commit โ