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:
@ -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>
|
||||
|
@ -1,6 +1,6 @@
|
||||
#include "VxMath.hpp"
|
||||
#include <cmath>
|
||||
#include <stb_image_resize.h>
|
||||
#include <deprecated/stb_image_resize.h>
|
||||
|
||||
namespace LibCmo::VxMath {
|
||||
|
||||
|
Reference in New Issue
Block a user