mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-26 17:23:56 +00:00
pkg/macos: start core foundation bindings
This commit is contained in:
6
pkg/macos/foundation.zig
Normal file
6
pkg/macos/foundation.zig
Normal file
@@ -0,0 +1,6 @@
|
||||
pub usingnamespace @import("foundation/string.zig");
|
||||
pub usingnamespace @import("foundation/type.zig");
|
||||
|
||||
test {
|
||||
@import("std").testing.refAllDecls(@This());
|
||||
}
|
||||
Reference in New Issue
Block a user