diff --git a/Cargo.toml b/Cargo.toml index 5f63fe0..5d50965 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "egui-gizmo" -version = "0.10.0" +version = "0.11.0" authors = ["Urho Laukkarinen "] edition = "2021" @@ -16,8 +16,8 @@ keywords = ["egui", "3d", "gizmo"] members = ["demo"] [dependencies] -egui = "0.21.0" -glam = "0.23" +egui = "0.22.0" +glam = "0.24" [profile.release] opt-level = 2 diff --git a/demo/Cargo.toml b/demo/Cargo.toml index a600687..475b48f 100644 --- a/demo/Cargo.toml +++ b/demo/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" license = "MIT" [dependencies] -macroquad = "0.3.25" -egui = "0.21.0" -egui-macroquad = { git = "https://github.com/ziloka/egui-macroquad.git", rev = "81216f2b1978f3954e837c7d15c60c8a726708e0" } +egui-macroquad = { git = "https://github.com/urholaukkarinen/egui-macroquad.git" } +egui = "0.22.0" egui-gizmo = { path = ".." } +macroquad = "0.3.25"