mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-24 00:05:19 +00:00
pkg/macos: start core foundation bindings
This commit is contained in:
5
pkg/macos/main.zig
Normal file
5
pkg/macos/main.zig
Normal file
@@ -0,0 +1,5 @@
|
||||
pub const foundation = @import("foundation.zig");
|
||||
|
||||
test {
|
||||
@import("std").testing.refAllDecls(@This());
|
||||
}
|
||||
Reference in New Issue
Block a user