ghostty/pkg/wuffs/src/error.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

4 lines
93 B
Zig

const std = @import("std");
pub const Error = std.mem.Allocator.Error || error{WuffsError};