move TempDir to src/os and use the real tmpDir

This commit is contained in:
Mitchell Hashimoto
2023-07-09 12:14:05 -07:00
parent 26e17de777
commit 9a0d131b5b
4 changed files with 8 additions and 4 deletions

View File

@@ -181,7 +181,6 @@ pub const GlobalState = struct {
test {
_ = @import("Pty.zig");
_ = @import("Command.zig");
_ = @import("TempDir.zig");
_ = @import("font/main.zig");
_ = @import("renderer.zig");
_ = @import("termio.zig");