mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 07:46:12 +03: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,
|
|
};
|