Stb image

This commit is contained in:
duck
2025-07-29 04:40:07 +05:00
parent 92cc3e2f27
commit 3500ad97b5
3 changed files with 8009 additions and 0 deletions

3
lib/c.zig Normal file
View File

@@ -0,0 +1,3 @@
pub usingnamespace @cImport({
@cInclude("stb_image.h");
});