ghostty/pkg/wuffs/src/main.zig
Jeffrey C. Ollie 6edeb45e7e kitty graphics: address review comments
- move wuffs code from src/ to pkg/
- eliminate stray debug logs
- make logs a warning instead of an error
- remove initialization of some structs to zero
2024-09-02 20:47:07 -07:00

3 lines
80 B
Zig

pub const png = @import("png.zig");
pub const swizzle = @import("swizzle.zig");