stb_image dependency

pull/446/head
Alexander Medvednikov 2019-06-23 14:08:17 +02:00
parent 56ceccfea5
commit 7a7a4dff7d
2 changed files with 7550 additions and 2 deletions

View File

@ -4,11 +4,12 @@
module stbi module stbi
#include "glad.h"
import gl import gl
#flag linux -I$HOME/code/v/thirdparty/stb_image
#define STB_IMAGE_IMPLEMENTATION #define STB_IMAGE_IMPLEMENTATION
#include <stb_image.h> #include "stb_image.h"
struct Image { struct Image {
mut: mut:
width int width int

7547
thirdparty/stb_image/stb_image.h vendored 100644

File diff suppressed because it is too large Load Diff