Skip to content

Commit 1560b8f

Browse files
renovate[bot]jcornaz
authored andcommitted
fix(deps): update glam to 0.22.0 (#25)
1 parent db2eb97 commit 1560b8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@ bevy-transform-06 = { package = "bevy_transform", version = "0.6.0", default-fea
4343
bevy-math-06 = { package = "bevy_math", version = "0.6.0", default-features = false, optional = true }
4444

4545
# Private
46-
glam = { version = "0.20.5", default-features = false, features = ["libm"] }
46+
glam = { version = "0.22.0", default-features = false, features = ["libm"] }
4747
thiserror = { version = "1.0", default-features = false, optional = true }
4848
smallvec = { version = "1.10", default-features = false }
4949

5050
[dev-dependencies]
5151
rstest = "0.15.0"
5252
bevy = { version = "0.8.0", default-features = false, features = ["bevy_winit", "render", "x11"]}
53-
glam = { version = "0.20.5", default-features = false, features = ["libm", "approx"] }
53+
glam = { version = "0.22.0", default-features = false, features = ["libm", "approx"] }
5454
approx = "0.5.1"
5555

5656
[build-dependencies]

0 commit comments

Comments
 (0)