From 121e667bdb94b1ff00fcb14bc2a6ab4136767b85 Mon Sep 17 00:00:00 2001 From: griffi-gh Date: Sat, 28 Sep 2024 10:50:13 +0200 Subject: [PATCH] remove hui painter from dep tree --- hui/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hui/Cargo.toml b/hui/Cargo.toml index 3a0a2ec..7321ab9 100644 --- a/hui/Cargo.toml +++ b/hui/Cargo.toml @@ -18,7 +18,7 @@ include = [ [dependencies] hui-derive = { version = "0.1.0-alpha.5", path = "../hui-derive", optional = true } hui-shared = { version = "0.1.0-alpha.5", path = "../hui-shared" } -hui-painter = { version = "0.1.0-alpha.5", path = "../hui-painter" } +# hui-painter = { version = "0.1.0-alpha.5", path = "../hui-painter" } hashbrown = "0.14" nohash-hasher = "0.2" glam = "0.28.0"