mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-01-25 22:26:09 +00:00
RGB should not be packed, so that it has align = 1
This commit is contained in:
@@ -73,9 +73,6 @@ const b64_encoder = std.base64.Base64Encoder.init(b64_alphabet, null);
|
||||
const b64_alphabet = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_".*;
|
||||
|
||||
test {
|
||||
// Unknown why this fails
|
||||
if (builtin.zig_backend != .stage1) return error.SkipZigTest;
|
||||
|
||||
var td = try init();
|
||||
defer td.deinit();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user