mirror of
https://github.com/Ed94/Odin.git
synced 2026-09-03 06:50:08 +00:00
stb_image
This commit is contained in:
Vendored
+1
@@ -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))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user