From d2fa1867f0f1a20b92fed0c4d767162943274005 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 23:21:22 +0000 Subject: [PATCH] Update glfw requirement from 0.59.0 to 0.60.0 in /crates/engine --- updated-dependencies: - dependency-name: glfw dependency-version: 0.60.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 0c98653..d58ec9f 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.59.0" +glfw = "0.60.0" image = "0.25.5" lazy_static = "1.5.0" libnoise = "1.1.2"