Code to serialize/unserialize loaded images

This commit is contained in:
Kovid Goyal
2025-10-07 17:25:47 +05:30
parent 8f91fcefbe
commit a76f32df2d
3 changed files with 115 additions and 0 deletions

View File

@@ -8,6 +8,9 @@ import (
var _ = fmt.Print
//go:embed logo/kitty.png
var KittyLogoAsPNGData []byte
//go:embed kitty_tests/GraphemeBreakTest.json
var grapheme_break_test_data []byte