Skip to content

Commit

Permalink
fix(deps): update glsl-lang to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and alixinne committed Aug 19, 2024
1 parent b4de419 commit 5843a8f
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 80 deletions.
124 changes: 47 additions & 77 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions glslt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ path = "src/lib.rs"
crate-type = ["rlib", "cdylib"]

[dependencies]
glsl-lang = "0.5.2"
glsl-lang-pp = { version = "0.5.2", optional = true }
lang-util = "0.5.2"
glsl-lang = "0.6.0"
glsl-lang-pp = { version = "0.6.0", optional = true }
lang-util = "0.6.0"

thiserror = "1.0"
sha-1 = "0.10"
Expand Down

0 comments on commit 5843a8f

Please sign in to comment.