cmake: unbundle stb (#1601)

This commit is contained in:
Alexandre Bouvier 2024-12-05 21:10:27 +00:00 committed by GitHub
parent 642dedea8c
commit 874508f8c2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 46 additions and 9 deletions

View file

@ -4,12 +4,11 @@
#include <deque>
#include <utility>
#include <externals/stb_image.h>
#include "common/assert.h"
#include "common/config.h"
#include "common/io_file.h"
#include "common/polyfill_thread.h"
#include "common/stb.h"
#include "imgui_impl_vulkan.h"
#include "texture_manager.h"