mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-12-31 18:52:12 +00:00
move libuv into pkg
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
const std = @import("std");
|
||||
const assert = std.debug.assert;
|
||||
const Allocator = std.mem.Allocator;
|
||||
const libuv = @import("libuv/main.zig");
|
||||
const libuv = @import("libuv");
|
||||
|
||||
/// A coalescing timer that forces a run after a certain maximum time
|
||||
/// since the last run. This is used for example by the renderer to try
|
||||
|
||||
Reference in New Issue
Block a user