Update zig/comptimeFont.zig
This commit is contained in:
parent
8d32d14f0b
commit
493add41d7
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue