Skip to content

Commit

Permalink
fix: upgrade glam version to match alvr-common
Browse files Browse the repository at this point in the history
  • Loading branch information
PaintThinnerAddict authored and galister committed Sep 22, 2024
1 parent 8f1d3c1 commit 04b8397
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 67 deletions.
132 changes: 66 additions & 66 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"

[dependencies]
env_logger = "0.11.3"
glam = { version = "0.28.0", features = ["mint"] }
glam = { version = "0.29.0", features = ["mint"] }
glob = "0.3.1"
log = "0.4.19"
mdns-sd = "0.11.1"
Expand Down

0 comments on commit 04b8397

Please sign in to comment.