imgui移除无用文件依赖

This commit is contained in:
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 {