From 8d3a4a42cfa1b68bba4bada58710b212abbb0e16 Mon Sep 17 00:00:00 2001 From: Jonathan Johnson Date: Fri, 22 Dec 2023 12:18:04 -0800 Subject: [PATCH] Updating Kludgine This fixes a few issues, the most important being a crash when a window is minimized --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index a641324..13a6c58 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1179,7 +1179,7 @@ checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc" [[package]] name = "kludgine" version = "0.6.1" -source = "git+https://github.com/khonsulabs/kludgine#e76fcc5c7a2ac96edcd51ee635d228cc9295d7ce" +source = "git+https://github.com/khonsulabs/kludgine#7a3861aa36046f1825f753715499ff848f76c709" dependencies = [ "ahash", "alot",