ghostty/pkg/libuv/c.zig
Mitchell Hashimoto b2192ea8f7 move libuv into pkg
2022-08-16 17:47:44 -07:00

4 lines
57 B
Zig

pub usingnamespace @cImport({
@cInclude("uv.h");
});