stb_image

This commit is contained in:
phillvancejr
2022-02-04 13:03:20 -05:00
parent f28c268d97
commit 8f600798ef
4 changed files with 5 additions and 2 deletions
+1
View File
@@ -6,6 +6,7 @@ import c "core:c/libc"
when ODIN_OS == "windows" { foreign import stbi "../lib/stb_image.lib" }
when ODIN_OS == "linux" { foreign import stbi "../lib/stb_image.a" }
when ODIN_OS == "darwin" { foreign import stbi "../lib/darwin/stb_image.a" }
#assert(size_of(b32) == size_of(c.int))