diff --git a/Cargo.toml b/Cargo.toml index 04a006f..0a6a07a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ image = "0.24.6" rayon = "1.7.0" clap = { version = "4.3.10", features = ["derive"] } gltf = "1.2.0" -glam = "0.25.0" +glam = "0.27.0" egui = { git = "https://github.com/emilk/egui.git" } egui-wgpu = { git = "https://github.com/emilk/egui.git", features = ["winit"] } egui-winit = { git = "https://github.com/emilk/egui.git", features = ["clipboard"] }