mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-05-05 15:33:00 +00:00
5 lines
120 B
Zig
5 lines
120 B
Zig
pub const Error = error{
|
|
// Pixman doesn't really have errors so we just have a single error.
|
|
PixmanFailure,
|
|
};
|