From 1b5cdb192f39029e23c6fda199ee7982e7c85cbc Mon Sep 17 00:00:00 2001 From: griffi-gh Date: Wed, 11 Dec 2024 20:40:01 +0100 Subject: [PATCH] remove hui-paineter dep of hui-examples --- hui-examples/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hui-examples/Cargo.toml b/hui-examples/Cargo.toml index 12af401..2e2705f 100644 --- a/hui-examples/Cargo.toml +++ b/hui-examples/Cargo.toml @@ -7,7 +7,7 @@ publish = false [dev-dependencies] hui = { path = "../hui" } -hui-painter = { path = "../hui-painter" } +# hui-painter = { path = "../hui-painter" } hui-glium = { path = "../hui-glium" } hui-winit = { path = "../hui-winit" } kubi-logging = { git = "https://github.com/griffi-gh/kubi", rev = "be1e24ba0c9e6d24128e7d0e74bebd8b90c23be7" }