From 42f900770f97712803969507ac230607c102a38a Mon Sep 17 00:00:00 2001 From: Jack Mac Date: Fri, 17 Sep 2021 15:37:49 -0400 Subject: [PATCH] oops forgot to remove them here --- Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b558956..bd21db5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,11 +2,9 @@ members = [ "imgui", "imgui-sys", - "imgui-gfx-renderer", "imgui-glium-renderer", "imgui-glow-renderer", "imgui-winit-support", "imgui-examples", - "imgui-gfx-examples", "xtask", ]