Skip to content

Commit c9454ce

Browse files
committed
Update most dependencies
1 parent 34d08ae commit c9454ce

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

examples/common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
edition = "2021"
55

66
[dependencies]
7-
glam = "0.25.0"
7+
glam = "0.29.0"
88
inox2d = { path = "../../inox2d" }
99
tracing = "0.1.40"
1010
winit = "0.29"

examples/render-opengl/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ inox2d = { path = "../../inox2d" }
99
inox2d-opengl = { path = "../../inox2d-opengl" }
1010

1111
clap = { version = "4.1.8", features = ["derive"] }
12-
glam = { version = "0.25.0", features = ["bytemuck"] }
13-
glow = { version = "0.13.1" }
12+
glam = { version = "0.29.0", features = ["bytemuck"] }
13+
glow = { version = "0.14.1" }
1414
glutin = "0.31.2"
1515
glutin-winit = "0.4.2"
1616
raw-window-handle = "0.5.2"

inox2d-opengl/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ categories = ["graphics", "rendering"]
1111

1212
[dependencies]
1313
inox2d = { path = "../inox2d", version = "0.3.0" }
14-
glam = "0.25.0"
15-
glow = { version = "0.13.1" }
14+
glam = "0.29.0"
15+
glow = { version = "0.14.1" }
1616
thiserror = "1.0.39"
1717
tracing = "0.1.37"

inox2d/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ keywords = ["gamedev", "graphics", "inochi2d", "vtuber"]
1010
categories = ["graphics", "rendering"]
1111

1212
[dependencies]
13-
glam = "0.25.0"
14-
image = { version = "0.24.7", default-features = false, features = [
13+
glam = "0.29.0"
14+
image = { version = "0.25.2", default-features = false, features = [
1515
"png",
1616
"jpeg",
1717
] }

0 commit comments

Comments
 (0)