Skip to content

Commit

Permalink
chore(deps): update rust crate glam to 0.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 18, 2024
1 parent a384e45 commit 3ae9058
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ glam-0-24 = []
bvh-arena = { version = "1.1.3", default-features = false, optional = true }

# Private
glam = { version = "0.25.0", default-features = false, features = ["libm"] }
glam = { version = "0.26.0", default-features = false, features = ["libm"] }
sealed = { version = "0.5.0", default-features = false }
smallvec = { version = "1.13", default-features = false }
libm = { version = "0.2.8", default-features = false, optional = true }

[dev-dependencies]
rstest = { version = "0.18.2", default-features = false }
bevy = { version = "0.12.1", default-features = false, features = ["bevy_render", "bevy_winit", "bevy_core_pipeline", "bevy_sprite", "bevy_asset", "x11"]}
glam = { version = "0.25.0", features = ["libm", "approx"] }
glam = { version = "0.26.0", features = ["libm", "approx"] }
approx = "0.5.1"

[build-dependencies]
Expand Down

0 comments on commit 3ae9058

Please sign in to comment.