summaryrefslogtreecommitdiff
path: root/src/estd/root.zig
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2025-02-14 16:52:16 +0100
committerNathan Reiner <nathan@nathanreiner.xyz>2025-02-14 16:52:16 +0100
commit7407f9719be03ec1a93de5bf0af5ac536d370400 (patch)
tree87a066c20ccf492142cbe3c8730ce1fe44108a15 /src/estd/root.zig
parent40b847344481803e94e78ba2dacde8dc78636948 (diff)
parentbff7daf2d430062fc37cbf3b69fe102a5b0bad58 (diff)
Merge branch 'master' of https://gitlab.com/Jockerkat/eostreHEADmaster
Diffstat (limited to 'src/estd/root.zig')
-rw-r--r--src/estd/root.zig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/estd/root.zig b/src/estd/root.zig
index 5ff292e..84f1fcb 100644
--- a/src/estd/root.zig
+++ b/src/estd/root.zig
@@ -3,6 +3,7 @@ const std = @import("std");
pub const cursor = @import("cursor.zig");
pub const parser = @import("parser/root.zig");
pub const graphics = @import("graphics/root.zig");
+pub const io = @import("io/root.zig");
test {
std.testing.refAllDecls(@This());