From 681ec4b236cbc8ed0d29a888621ca4b95b55f4a4 Mon Sep 17 00:00:00 2001 From: Maxwell Henderson Date: Wed, 28 Feb 2024 14:38:06 -0800 Subject: [PATCH] Update iced-rs to latest 0.12.1 Signed-off-by: Maxwell Henderson --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1ce00be..f14b5ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] directories = "4.0.1" -iced = { version = "0.8.0", features = ["image"] } +iced = { version = "0.12.1", features = ["image"] } [build-dependencies] directories = "4.0.1"