mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-01-01 11:12:16 +00:00
5 lines
143 B
Zig
5 lines
143 B
Zig
pub usingnamespace @cImport({
|
|
@cInclude("glslang/Include/glslang_c_interface.h");
|
|
@cInclude("glslang/Public/resource_limits_c.h");
|
|
});
|