Skip to content

Commit 21bc862

Browse files
Merge pull request #98 from Leinnan/0_32
Update egui to 0.32
2 parents 131b9b6 + 939d7e6 commit 21bc862

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ transform-gizmo = { version = "0.6.0", path = "crates/transform-gizmo" }
1616
transform-gizmo-egui = { version = "0.6.0", path = "crates/transform-gizmo-egui" }
1717
transform-gizmo-bevy = { version = "0.6.0", path = "crates/transform-gizmo-bevy" }
1818

19-
egui = "0.31"
20-
eframe = "0.31"
21-
emath = "0.31"
22-
epaint = "0.31"
23-
ecolor = "0.31"
19+
egui = "0.32"
20+
eframe = "0.32"
21+
emath = "0.32"
22+
epaint = "0.32"
23+
ecolor = "0.32"
2424
glam = { version = "0.30", features = ["mint"] }
2525
mint = "0.5"
2626
enum_dispatch = "0.3"

0 commit comments

Comments
 (0)