From 25f5abf5fd0f37ddb79cd86646dbe509203a9c65 Mon Sep 17 00:00:00 2001
From: griffi-gh <prasol258@gmail.com>
Date: Tue, 11 Mar 2025 16:25:07 +0100
Subject: [PATCH] disable hui-painter default feature

---
 hui/Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hui/Cargo.toml b/hui/Cargo.toml
index 70dbe5d..5ce9be2 100644
--- a/hui/Cargo.toml
+++ b/hui/Cargo.toml
@@ -19,7 +19,7 @@ include = [
 [dependencies]
 hui-derive = { version = "0.1.0-alpha.7", path = "../hui-derive", optional = true }
 hui-shared = { version = "0.1.0-alpha.7", path = "../hui-shared" }
-hui-painter = { version = "0.1.0-alpha.7", path = "../hui-painter" }
+hui-painter = { version = "0.1.0-alpha.7", path = "../hui-painter", default-features = false }
 hashbrown = "0.15"
 nohash-hasher = "0.2"
 glam = "0.30"