diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2025-02-14 16:52:16 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2025-02-14 16:52:16 +0100 |
| commit | 7407f9719be03ec1a93de5bf0af5ac536d370400 (patch) | |
| tree | 87a066c20ccf492142cbe3c8730ce1fe44108a15 /src/estd/root.zig | |
| parent | 40b847344481803e94e78ba2dacde8dc78636948 (diff) | |
| parent | bff7daf2d430062fc37cbf3b69fe102a5b0bad58 (diff) | |
Diffstat (limited to 'src/estd/root.zig')
| -rw-r--r-- | src/estd/root.zig | 1 |
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()); |