diff --git a/Cargo.toml b/Cargo.toml index 430bbbb..a2cdd2b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,8 +17,8 @@ exclude = ["/docs"] members = ["demo"] [dependencies] -egui = "0.26.2" -glam = { version = "0.25.0", features = ["mint"] } +egui = "0.27.1" +glam = { version = "0.27.0", features = ["mint"] } mint = "0.5" [profile.release]