From e879c0388fd9ebb6272eee9c12027f7637efbffc Mon Sep 17 00:00:00 2001 From: Danny Holman Date: Fri, 25 Oct 2024 23:18:06 -0500 Subject: render: move all rendering code out of ui Move all the rendering code out of the UI subsystem. The new rendering API now has hooks that the UI code can make use of. Signed-off-by: Danny Holman --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 35a543e..5b7ac79 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -31,7 +31,6 @@ list(APPEND SOURCE_FILES render/vulkan/swapchain.c ui/window.c ui/input.c - ui/renderer.c ) find_package(Vulkan REQUIRED) -- cgit v1.2.3