move libuv into pkg

This commit is contained in:
Mitchell Hashimoto
2022-08-16 17:47:44 -07:00
parent f7d55ce334
commit b2192ea8f7
23 changed files with 293 additions and 249 deletions

View File

@@ -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