summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorDanny Holman <dholman@gymli.org>2024-10-25 23:18:06 -0500
committerDanny Holman <dholman@gymli.org>2024-10-25 23:18:06 -0500
commite879c0388fd9ebb6272eee9c12027f7637efbffc (patch)
treead83d2ca3e58d4fbfdb3a0f4fcb1d8ec9353566f /CMakeLists.txt
parent29718f0e8e44de7da44526ca5490736c0bd94112 (diff)
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 <dholman@gymli.org>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
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)