mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-01-17 10:27:08 +00:00
move libuv into pkg
This commit is contained in:
@@ -12,7 +12,7 @@ const Allocator = std.mem.Allocator;
|
||||
const Grid = @import("Grid.zig");
|
||||
const glfw = @import("glfw");
|
||||
const gl = @import("opengl.zig");
|
||||
const libuv = @import("libuv/main.zig");
|
||||
const libuv = @import("libuv");
|
||||
const Pty = @import("Pty.zig");
|
||||
const Command = @import("Command.zig");
|
||||
const SegmentedPool = @import("segmented_pool.zig").SegmentedPool;
|
||||
|
||||
Reference in New Issue
Block a user