Skip to content

Commit

Permalink
Fixed shader-reflect (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
PENGUINLIONG authored Dec 15, 2023
1 parent 37ec90c commit a7835f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shader-reflect/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ maintenance = { status = "actively-developed" }
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
spirq = { version = "0.6.4", path = "../spirq" }
spirq = { version = "1.0.0", path = "../spirq" }
clap = { version = "4.0.6", features = ["derive"] }
serde = "1.0"
serde_json = { version = "1.0", features = ["preserve_order"] }
shaderc = "0.7"
shaderc = "0.7"

0 comments on commit a7835f6

Please sign in to comment.