Skip to content

Commit

Permalink
Merge pull request #1 from GameboyColor32/main
Browse files Browse the repository at this point in the history
Update to egui 30
  • Loading branch information
rydb authored Jan 13, 2025
2 parents 1a0060f + 9ecf433 commit 57281e2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ transform-gizmo = { version = "0.5.0", path = "crates/transform-gizmo" }
transform-gizmo-egui = { version = "0.5.0", path = "crates/transform-gizmo-egui" }
transform-gizmo-bevy = { version = "0.5.0", path = "crates/transform-gizmo-bevy" }

egui = "0.29"
eframe = "0.29"
emath = "0.29"
epaint = "0.29"
ecolor = "0.29"
egui = "0.30"
eframe = "0.30"
emath = "0.30"
epaint = "0.30"
ecolor = "0.30"
glam = { version = "0.29.1", features = ["mint"] }
mint = "0.5"
enum_dispatch = "0.3.12"
Expand Down

0 comments on commit 57281e2

Please sign in to comment.