From 3760cf4a7fb6954e38e9798b97ce373e15f7b4d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 18:48:24 +0000 Subject: [PATCH] Update glam requirement from 0.25.0 to 0.27.0 Updates the requirements on [glam](https://github.com/bitshifter/glam-rs) to permit the latest version. - [Changelog](https://github.com/bitshifter/glam-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/bitshifter/glam-rs/compare/0.25.0...0.27.0) --- updated-dependencies: - dependency-name: glam dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] }