From 7b41ac24b63ff497042b6607c93771802459693f Mon Sep 17 00:00:00 2001
From: griffi-gh <prasol258@gmail.com>
Date: Tue, 11 Mar 2025 14:50:11 +0100
Subject: [PATCH] remove some unused deps

---
 hui-painter/Cargo.toml | 1 -
 hui/Cargo.toml         | 4 ----
 2 files changed, 5 deletions(-)

diff --git a/hui-painter/Cargo.toml b/hui-painter/Cargo.toml
index 1fdd4df..fb5677b 100644
--- a/hui-painter/Cargo.toml
+++ b/hui-painter/Cargo.toml
@@ -18,7 +18,6 @@ include = [
 [dependencies]
 hui-shared = { version = "0.1.0-alpha.7", path = "../hui-shared" }
 glam = "0.30"
-log = "0.4"
 rect_packer = "0.2" # TODO: use sth else like `crunch` instead?
 hashbrown = "0.15"
 nohash-hasher = "0.2"
diff --git a/hui/Cargo.toml b/hui/Cargo.toml
index 4a0abe3..5c6b6a3 100644
--- a/hui/Cargo.toml
+++ b/hui/Cargo.toml
@@ -21,14 +21,10 @@ hui-painter = { version = "0.1.0-alpha.7", path = "../hui-painter" }
 hashbrown = "0.15"
 nohash-hasher = "0.2"
 glam = "0.30"
-fontdue = "0.9"
-rect_packer = "0.2"
-log = "0.4"
 document-features = "0.2"
 derive_setters = "0.1"
 derive_more = { version = "2.0", features = [ "full" ] }
 tinyset = "0.5"
-image = { version = "0.25", default-features = false, optional = true }
 rustc-hash = "2.0"
 
 [features]