IO thread has more state setup

This commit is contained in:
Mitchell Hashimoto
2022-11-03 15:07:51 -07:00
parent 35c1decd58
commit 9b3d22e55e
5 changed files with 189 additions and 7 deletions

View File

@@ -1,6 +1,7 @@
//! This is the render state that is given to a renderer.
const std = @import("std");
const Allocator = std.mem.Allocator;
const DevMode = @import("../DevMode.zig");
const terminal = @import("../terminal/main.zig");
const renderer = @import("../renderer.zig");