Update zig/comptimeFont.zig

This commit is contained in:
lumenkeyes 2025-04-28 20:17:42 +01:00
parent 8d32d14f0b
commit 493add41d7
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
const std = @import("std");
const readInt = std.mem.readInt;
const assert = std.debug.assert;
// this expects a TrueType font with an interface like https://codeberg.org/andrewrk/TrueType/
const font = @import("main.zig").defaultFont;
fn sort(array: []const u16) []const u16 {