mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 07:46:12 +03: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");
|
|
});
|