Skip to content

Commit

Permalink
feat: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
technobaboo committed Jun 17, 2024
1 parent 6ee5de4 commit d7b1eab
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 10 deletions.
15 changes: 12 additions & 3 deletions Cargo.lock

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

14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ repository = "https://github.com/StardustXR/flatland/"
homepage = "https://stardustxr.org"

[dependencies]
glam = { version = "0.24.1", features = ["mint"] }
manifest-dir-macros = "0.1.17"
glam = { version = "0.28.0", features = ["mint"] }
manifest-dir-macros = "0.1.18"
lazy_static = "1.4.0"
tokio = { version = "1.28.0", features = ["full"] }
input-event-codes = "5.16.8"
tokio = { version = "1.38.0", features = ["full"] }
input-event-codes = "6.2.0"
rustc-hash = "1.1.0"
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
tracing = "0.1.37"
color-eyre = "0.6.2"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
tracing = "0.1.40"
color-eyre = "0.6.3"
colorgrad = "0.6.2"
map-range = "0.1.2"

Expand Down

0 comments on commit d7b1eab

Please sign in to comment.