mirror of
https://codeberg.org/fairyglade/ly.git
synced 2026-08-26 23:44:19 +02:00
Split core code into ly-core library
Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
parent
456916f059
commit
d7f64676ee
18 changed files with 64 additions and 21 deletions
4
ly-core/src/root.zig
Normal file
4
ly-core/src/root.zig
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
pub const interop = @import("interop.zig");
|
||||
pub const UidRange = @import("UidRange.zig");
|
||||
pub const LogFile = @import("LogFile.zig");
|
||||
pub const SharedError = @import("SharedError.zig");
|
||||
Loading…
Add table
Add a link
Reference in a new issue