pkg/macos: add CoreText

This commit is contained in:
Mitchell Hashimoto
2022-09-30 14:48:06 -07:00
parent b0d9933249
commit f9e1127317
7 changed files with 73 additions and 1 deletions

5
pkg/macos/text.zig Normal file
View File

@@ -0,0 +1,5 @@
pub usingnamespace @import("text/font_collection.zig");
test {
@import("std").testing.refAllDecls(@This());
}