mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-04-20 00:18:53 +03:00
6 lines
155 B
Zig
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,
|
|
};
|