Skip to content

Commit

Permalink
Merge pull request #60 from Snowiiii/dependabot/cargo/glam-0.24.1
Browse files Browse the repository at this point in the history
Bump glam from 0.24.0 to 0.24.1
  • Loading branch information
Snowiiii authored Jun 26, 2023
2 parents 6518717 + 3e8fa21 commit 0fc0c84
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/vent-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pollster = "0.3.0"
sysinfo = "0.29"
chrono = "0.4"

glam = "0.24.0"
glam = "0.24.1"
image = "0.24.6"
bytemuck = { version = "1.13.1", features = ["derive"] }

Expand Down
2 changes: 1 addition & 1 deletion crates/vent-runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pollster = "0.3.0"

log = "0.4"

glam = "0.24.0"
glam = "0.24.1"
bytemuck = { version = "1.13.1", features = ["derive"] }

[target.'cfg(any(not(target_arch = "wasm32"), target_os = "emscripten"))'.dependencies]
Expand Down

0 comments on commit 0fc0c84

Please sign in to comment.