Mitchell Hashimoto 6ebbea84d5 pkg/glslang: can build
2023-11-17 21:50:35 -08:00

5 lines
143 B
Zig

pub usingnamespace @cImport({
@cInclude("glslang/Include/glslang_c_interface.h");
@cInclude("glslang/Public/resource_limits_c.h");
});