Skip to content

Commit

Permalink
fix: use static implementation of stb_image_resize
Browse files Browse the repository at this point in the history
  • Loading branch information
leejet committed Apr 6, 2024
1 parent 607e394 commit 3ac48ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/cli/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
#define STB_IMAGE_WRITE_STATIC
#include "stb_image_write.h"

#define STB_IMAGE_RESIZE_IMPLEMENTATION
#define STB_IMAGE_RESIZE_STATIC
#include "stb_image_resize.h"

const char* rng_type_to_str[] = {
Expand Down

0 comments on commit 3ac48ea

Please sign in to comment.