From 9ecf433fb4643a635653240c037dc1c1701dc152 Mon Sep 17 00:00:00 2001 From: GameboyColor Date: Fri, 10 Jan 2025 13:33:13 +0100 Subject: [PATCH] update to egui 30 --- Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1cea600..d1d4211 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"