mirror of
https://github.com/fairyglade/ly.git
synced 2026-02-04 08:24:55 +00:00
Split core code into ly-core library
Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
const std = @import("std");
|
||||
const interop = @import("../interop.zig");
|
||||
const ly_core = @import("ly-core");
|
||||
const Cell = @import("Cell.zig");
|
||||
|
||||
pub const termbox = @import("termbox2");
|
||||
|
||||
const Random = std.Random;
|
||||
|
||||
const termbox = interop.termbox;
|
||||
const interop = ly_core.interop;
|
||||
|
||||
const TerminalBuffer = @This();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user