mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-04-12 10:48:39 +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,
|
|
};
|