imgui移除无用文件依赖

This commit is contained in:
Nanako 2024-02-19 02:20:57 +08:00
parent fa2a33881a
commit 6dc432b283
2 changed files with 2 additions and 2 deletions

View File

@ -73,6 +73,8 @@ void application::shutdown() {
renderer_ = nullptr;
destroy_glfw();
g_is_running = false;
}
std::shared_ptr<texture> application::load_texture(const std::string& path) const {

View File

@ -23,8 +23,6 @@ if (WIN32)
imgui/backends/imgui_impl_glfw.h
imgui/backends/imgui_impl_opengl3.cpp
imgui/backends/imgui_impl_opengl3.h
imgui/backends/imgui_impl_win32.h
imgui/backends/imgui_impl_win32.cpp
)
target_link_libraries(${PROJECT_NAME} PUBLIC glfw glad)
elseif(UNIX AND NOT APPLE)