ghostty/src/stb/main.zig
2023-08-20 22:03:20 -07:00

5 lines
101 B
Zig

pub usingnamespace @cImport({
@cInclude("stb_image.h");
@cInclude("stb_image_resize.h");
});