ghostty/pkg/fontconfig/error.zig
2022-09-17 08:58:42 -07:00

4 lines
50 B
Zig

pub const Error = error{
FontconfigFailed,
};