Skip to content

Commit

Permalink
build(deps): update glam requirement from 0.28.0 to 0.29.0 (#65)
Browse files Browse the repository at this point in the history
Updates the requirements on [glam](https://github.com/bitshifter/glam-rs) to permit the latest version.
- [Changelog](https://github.com/bitshifter/glam-rs/blob/main/CHANGELOG.md)
- [Commits](bitshifter/glam-rs@0.28.0...0.29.0)

---
updated-dependencies:
- dependency-name: glam
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 2, 2024
1 parent e11a3d6 commit 49bc30f
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 @@ -29,15 +29,15 @@ glam-0-24 = [] # Deprecated
bvh-arena = { version = "1.1.3", default-features = false, optional = true }

# Private
glam = { version = "0.28.0", default-features = false, features = ["libm"] }
glam = { version = "0.29.0", default-features = false, features = ["libm"] }
sealed = { version = "0.5.0", default-features = false }
smallvec = { version = "1.13.2", default-features = false }
libm = { version = "0.2.8", default-features = false, optional = true }

[dev-dependencies]
rstest = { version = "0.22", 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.28.0", features = ["libm", "approx"] }
glam = { version = "0.29.0", features = ["libm", "approx"] }
approx = "0.5.1"

[build-dependencies]
Expand Down

0 comments on commit 49bc30f

Please sign in to comment.