mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-25 05:06:24 +03:00

- 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
4 lines
93 B
Zig
4 lines
93 B
Zig
const std = @import("std");
|
|
|
|
pub const Error = std.mem.Allocator.Error || error{WuffsError};
|