Skip to content

Commit

Permalink
Merge pull request #4 from LucentFlux/dependabot/cargo/naga-0.14
Browse files Browse the repository at this point in the history
Update naga requirement from 0.13 to 0.14
  • Loading branch information
Joeoc2001 authored Oct 27, 2023
2 parents 687c77e + 6e31f75 commit c8be819
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wgsl-inline"
version = "0.1.4"
version = "0.1.5"
edition = "2021"
license = "MIT"
description = "A macro used to embed WGSL within Rust."
Expand All @@ -13,8 +13,8 @@ include = ["/Cargo.toml", "/LICENSE", "/README.md", "/src/**"]

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

Expand All @@ -25,4 +25,4 @@ proc-macro = true
minify = ["naga-to-tokenstream/minify"]
glam = ["naga-to-tokenstream/glam"]
naga = ["naga-to-tokenstream/naga"]
encase = ["naga-to-tokenstream/encase"]
encase = ["naga-to-tokenstream/encase"]

0 comments on commit c8be819

Please sign in to comment.