From 39b065c4e39430db3d13aec13cd2f323152d46af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 17:15:32 +0000 Subject: [PATCH] Update glfw requirement from 0.60.0 to 0.61.0 in /crates/engine --- updated-dependencies: - dependency-name: glfw dependency-version: 0.61.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/engine/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/engine/Cargo.toml b/crates/engine/Cargo.toml index eadbfec..c12ef9a 100644 --- a/crates/engine/Cargo.toml +++ b/crates/engine/Cargo.toml @@ -9,7 +9,7 @@ cgmath = "0.18.0" env_logger = "0.11.5" fast-surface-nets = "0.2.1" gl = "0.14.0" -glfw = "0.60.0" +glfw = "0.61.0" image = "0.25.5" lazy_static = "1.5.0" libnoise = "1.1.2"