mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-05-28 11:08:39 +03:00
4 lines
68 B
Zig
4 lines
68 B
Zig
pub const c = @cImport({
|
|
@cInclude("QuartzCore/CALayer.h");
|
|
});
|