ghostty/pkg/harfbuzz/errors.zig
2022-08-28 10:54:42 -07:00

6 lines
155 B
Zig

pub const Error = error{
/// Not very descriptive but harfbuzz doesn't actually have error
/// codes so the best we can do!
HarfbuzzFailed,
};