Skip to content

Commit ac91738

Browse files
Update naga_oil requirement from 0.8 to 0.9
Updates the requirements on [naga_oil](https://github.com/bevyengine/naga_oil) to permit the latest version. - [Commits](https://github.com/bevyengine/naga_oil/commits) --- updated-dependencies: - dependency-name: naga_oil dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2b2abce commit ac91738

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/bevy_pbr/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ bitflags = "2.3"
3030
fixedbitset = "0.4"
3131
# direct dependency required for derive macro
3232
bytemuck = { version = "1", features = ["derive"] }
33-
naga_oil = "0.8"
33+
naga_oil = "0.9"
3434
radsort = "0.1"
3535
smallvec = "1.6"

crates/bevy_render/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ hexasphere = "9.0"
7373
parking_lot = "0.12.1"
7474
ddsfile = { version = "0.5.0", optional = true }
7575
ktx2 = { version = "0.3.0", optional = true }
76-
naga_oil = "0.8"
76+
naga_oil = "0.9"
7777
# For ktx2 supercompression
7878
flate2 = { version = "1.0.22", optional = true }
7979
ruzstd = { version = "0.4.0", optional = true }

0 commit comments

Comments
 (0)