Skip to content

Commit

Permalink
Version bump 0.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
poly committed Jul 2, 2022
1 parent 328fa0f commit e872917
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 7 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-wgsl"
version = "0.0.10"
version = "0.0.11"
authors = ["Poly <[email protected]>"]
edition = "2018"

Expand All @@ -14,5 +14,10 @@ colored = "2.0"
walkdir = "2.3"
serde = { version = "1.0", features = ["derive"] }
jsonrpc-stdio-server = "18.0.0"
tokio = { version = "1", features = ["rt-multi-thread", "io-util", "time", "net"]}
tokio = { version = "1", features = [
"rt-multi-thread",
"io-util",
"time",
"net",
] }
naga = { version = "0.9.0", features = ["wgsl-in", "validate"] }

0 comments on commit e872917

Please sign in to comment.