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:
parent
7e7b21544d
commit
9dd46b88d9
|
@ -29,7 +29,7 @@ Please note if your final program or dynamic library is provided for end user, p
|
|||
|
||||
### stb
|
||||
|
||||
You should clone stb repository first, then switch to a specific commit hash `5736b15f7ea0ffb08dd38af21067c314d6a3aae9`. In ideally scenario, people like to choose the latest commit. However, I not frequently update this dependency.
|
||||
You should clone stb repository first, then switch to a specific commit hash `2e2bef463a5b53ddf8bb788e25da6b8506314c08`. In ideally scenario, people like to choose the latest commit. However, I not frequently update this dependency.
|
||||
|
||||
### zlib
|
||||
|
||||
|
|
|
@ -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 {
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user