Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/cargo/glam-0.25
Browse files Browse the repository at this point in the history
  • Loading branch information
Joeoc2001 authored Mar 11, 2024
2 parents 372f905 + bca537f commit ecf868b
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.4"
version = "0.2.5"
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.14", features = ["wgsl-in", "wgsl-out"] }
naga_oil = "0.11"
naga-to-tokenstream = "0.4"
naga = { version = "0.19", features = ["wgsl-in", "wgsl-out"] }
naga_oil = "0.13"
naga-to-tokenstream = "0.5"
proc-macro2 = "1.0"
quote = "1.0"
glob = "0.3"
Expand All @@ -28,7 +28,7 @@ daggy = "0.8"
data-encoding = "2"

[dev-dependencies]
encase = {version = "0.6", features = ["glam"]}
encase = {version = "0.7", features = ["glam"]}
glam = "0.25"

[lib]
Expand All @@ -38,4 +38,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 ecf868b

Please sign in to comment.