Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Joeoc2001 committed Aug 18, 2024
1 parent 1e6516f commit 19a8cd3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "include-wgsl-oil"
version = "0.2.7"
version = "0.2.8"
edition = "2021"
license = "MIT"
description = "Includes a WGSL file with the `naga-oil` preprocessor. "
Expand All @@ -13,9 +13,9 @@ include = ["/Cargo.toml", "/LICENSE", "/README.md", "/src/**"]

[dependencies]
syn = { version = "2.0", features = ["full"] }
naga = { version = "0.20", features = ["wgsl-in", "wgsl-out"] }
naga_oil = "0.14"
naga-to-tokenstream = "0.6"
naga = { version = "22.0", features = ["wgsl-in", "wgsl-out"] }
naga_oil = "0.15"
naga-to-tokenstream = "0.7"
proc-macro2 = "1.0"
quote = "1.0"
glob = "0.3"
Expand All @@ -28,8 +28,8 @@ daggy = "0.8"
data-encoding = "2"

[dev-dependencies]
encase = {version = "0.7", features = ["glam"]}
glam = "0.24"
encase = {version = "0.9", features = ["glam"]}
glam = "0.28"

[lib]
proc-macro = true
Expand Down

0 comments on commit 19a8cd3

Please sign in to comment.