Skip to content

Commit

Permalink
Correct version
Browse files Browse the repository at this point in the history
  • Loading branch information
Joeoc2001 authored Feb 28, 2024
1 parent 7e1acfc commit 69b34c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.6"
version = "0.2.5"
edition = "2021"
license = "MIT"
description = "Includes a WGSL file with the `naga-oil` preprocessor. "
Expand Down Expand Up @@ -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 69b34c7

Please sign in to comment.