Skip to content

Commit

Permalink
Updated crate versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
bitshifter committed Oct 29, 2024
1 parent 6dbf391 commit 0d48ec3
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,19 +37,18 @@ rand = "0.8.5"
rand_pcg = "0.3.1"

[dependencies.glam]
version = "0.22.0"
version = "0.29.0"
features = ["mint", "rand"]
# a lot of random data generation uses glam, so can't be optional yet
# optional = true

[dependencies.nalgebra]
version = "0.32.1"
version = "0.33.2"
features = ["mint"]
optional = true

[dependencies.simba]
version = "0.8.0"
features = ["packed_simd"]
version = "0.9.0"
optional = true

[dependencies.cgmath]
Expand All @@ -62,7 +61,7 @@ version = "0.22.7"
optional = true

[dependencies.vek]
version = "0.15.10"
version = "0.17.1"
features = ["mint"]
optional = true

Expand All @@ -85,7 +84,7 @@ version = "0.7.5"
optional = true

[dev-dependencies]
criterion = "0.4.0"
criterion = "0.5.1"

# [patch.crates-io]
# glam = { path = "../glam-rs" }
Expand Down

0 comments on commit 0d48ec3

Please sign in to comment.