From 5297bf7ba9bbf176074af01ea4eef5b3d4b2b1be Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 22 Sep 2024 21:40:34 +0000 Subject: [PATCH] fix(deps): update rust crate pixels to 0.14 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c1504e7..0b9218c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ sprite-gen = { path = "lib", version = "0.2" } winit = "0.28" log = "0.4" -pixels = "0.13" +pixels = "0.14" blit = "0.8" game-loop = { version = "1.0", features = ["winit"] } miette = { version = "5", features = ["fancy"] }