|
@@ -5,7 +5,7 @@ import stbrp "vendor:stb/rect_pack"
|
|
|
|
|
|
when ODIN_OS == .Windows { foreign import stbtt "../lib/stb_truetype.lib" }
|
|
when ODIN_OS == .Windows { foreign import stbtt "../lib/stb_truetype.lib" }
|
|
when ODIN_OS == .Linux { foreign import stbtt "../lib/stb_truetype.a" }
|
|
when ODIN_OS == .Linux { foreign import stbtt "../lib/stb_truetype.a" }
|
|
-when ODIN_OS == .Darwin { foreign import stbtt "../lib/stb_truetype.a" }
|
|
|
|
|
|
+when ODIN_OS == .Darwin { foreign import stbtt "../lib/darwin/stb_truetype.a" }
|
|
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
///////////////////////////////////////////////////////////////////////////////
|