From d2648805b775bc648f57c3ea4996a35ed0e31b20 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 11:04:38 +0000 Subject: [PATCH] fix(deps): update rust crate game-loop to 1.1.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c1504e7..06fc638 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ winit = "0.28" log = "0.4" pixels = "0.13" blit = "0.8" -game-loop = { version = "1.0", features = ["winit"] } +game-loop = { version = "1.1.0", features = ["winit"] } miette = { version = "5", features = ["fancy"] } image = { version = "0.24", default-features = false, features = ["png"] } rotsprite = "0.1"