Skip to content

Commit

Permalink
Update naga_oil requirement from 0.8 to 0.9
Browse files Browse the repository at this point in the history
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 29, 2023
1 parent 2b2abce commit ac91738
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/bevy_pbr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ bitflags = "2.3"
fixedbitset = "0.4"
# direct dependency required for derive macro
bytemuck = { version = "1", features = ["derive"] }
naga_oil = "0.8"
naga_oil = "0.9"
radsort = "0.1"
smallvec = "1.6"
2 changes: 1 addition & 1 deletion crates/bevy_render/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ hexasphere = "9.0"
parking_lot = "0.12.1"
ddsfile = { version = "0.5.0", optional = true }
ktx2 = { version = "0.3.0", optional = true }
naga_oil = "0.8"
naga_oil = "0.9"
# For ktx2 supercompression
flate2 = { version = "1.0.22", optional = true }
ruzstd = { version = "0.4.0", optional = true }
Expand Down

0 comments on commit ac91738

Please sign in to comment.