mirror of
https://github.com/herdrdev/herdr.git
synced 2026-09-24 16:01:13 +00:00
4 lines
71 B
Zig
4 lines
71 B
Zig
pub const c = @cImport({
|
|
@cInclude("fontconfig/fontconfig.h");
|
|
});
|