From 3bbc54c9eab16c3bbf077e18c6b6732679185bf7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 23:47:05 +0000 Subject: [PATCH] Update glfw requirement from 0.59.0 to 0.60.0 in /crates/sandbox --- updated-dependencies: - dependency-name: glfw dependency-version: 0.59.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/sandbox/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/sandbox/Cargo.toml b/crates/sandbox/Cargo.toml index 7d3f869..7d492b0 100644 --- a/crates/sandbox/Cargo.toml +++ b/crates/sandbox/Cargo.toml @@ -7,4 +7,4 @@ edition = "2021" ferrite = { path = "../engine" } ferrite-ui = { path = "../engine-ui" } cgmath = "0.18.0" -glfw = "0.59.0" +glfw = "0.60.0"