mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-10-04 08:56:32 +00:00
pkg/harfbuzz: some blob APIs
This commit is contained in:
5
pkg/harfbuzz/errors.zig
Normal file
5
pkg/harfbuzz/errors.zig
Normal file
@@ -0,0 +1,5 @@
|
||||
pub const Error = error{
|
||||
/// Not very descriptive but harfbuzz doesn't actually have error
|
||||
/// codes so the best we can do!
|
||||
HarfbuzzFailed,
|
||||
};
|
Reference in New Issue
Block a user