mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-07-12 09:23:51 +08:00
4 lines
69 B
Zig
4 lines
69 B
Zig
pub const c = @cImport({
|
|
@cInclude("CoreVideo/CoreVideo.h");
|
|
});
|