dep: update stb.

- use a nasty way to update stb-image library (do not use new resize library, use moved depracted one. because idk how to program with new one. that lack doc).
This commit is contained in:
2024-11-04 17:19:51 +08:00
parent 7e7b21544d
commit 9dd46b88d9
3 changed files with 3 additions and 3 deletions

View File

@ -10,4 +10,4 @@
#define STB_IMAGE_WRITE_IMPLEMENTATION
#include <stb_image_write.h>
#define STB_IMAGE_RESIZE_IMPLEMENTATION
#include <stb_image_resize.h>
#include <deprecated/stb_image_resize.h>

View File

@ -1,6 +1,6 @@
#include "VxMath.hpp"
#include <cmath>
#include <stb_image_resize.h>
#include <deprecated/stb_image_resize.h>
namespace LibCmo::VxMath {