Skip to content

Commit

Permalink
Update naga requirement from 0.13 to 0.14
Browse files Browse the repository at this point in the history
Updates the requirements on [naga](https://github.com/gfx-rs/naga) to permit the latest version.
- [Release notes](https://github.com/gfx-rs/naga/releases)
- [Changelog](https://github.com/gfx-rs/naga/blob/master/CHANGELOG.md)
- [Commits](gfx-rs/naga@v0.13.0...v0.14.0)

---
updated-dependencies:
- dependency-name: naga
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 26, 2023
1 parent 687c77e commit 1c6f516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ include = ["/Cargo.toml", "/LICENSE", "/README.md", "/src/**"]

[dependencies]
syn = { version = "2.0", features = ["full"] }
naga = { version = "0.13", features = ["wgsl-in", "wgsl-out"] }
naga = { version = "0.14", features = ["wgsl-in", "wgsl-out"] }
naga-to-tokenstream = "0.3"
proc-macro2 = "1.0"
quote = "1.0"
Expand Down

0 comments on commit 1c6f516

Please sign in to comment.