Add XCUI ImGui transition backend MVP

This commit is contained in:
2026-04-04 19:22:10 +08:00
parent 0c23509e1a
commit 75ded6f630
10 changed files with 754 additions and 0 deletions

View File

@@ -100,6 +100,7 @@ add_executable(${PROJECT_NAME} WIN32
src/panels/InspectorPanel.cpp
src/panels/ConsolePanel.cpp
src/panels/ProjectPanel.cpp
src/panels/XCUIDemoPanel.cpp
src/UI/BuiltInIcons.cpp
src/Layers/EditorLayer.cpp
${IMGUI_SOURCES}