From aae904fda77cedabbce735539ca394dd02173860 Mon Sep 17 00:00:00 2001 From: Octo Date: Sat, 14 Dec 2024 09:17:05 +0000 Subject: [PATCH] resolve duplicate packages --- desktop/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/desktop/Cargo.toml b/desktop/Cargo.toml index 06b92dc00446..39fd7f3f0717 100644 --- a/desktop/Cargo.toml +++ b/desktop/Cargo.toml @@ -39,7 +39,6 @@ os_info = { version = "3", default-features = false } unic-langid = "0.9.5" sys-locale = "0.3.2" wgpu = { workspace = true } -image = { version = "0.24.7", default-features = false, features = ["png"] } futures = { workspace = true } chrono = { workspace = true } fluent-templates = "0.11.0"