mirror of
https://github.com/fairyglade/ly.git
synced 2026-02-04 00:14:55 +00:00
13 lines
235 B
Zig
13 lines
235 B
Zig
.{
|
|
.name = .ly_core,
|
|
.version = "1.0.0",
|
|
.fingerprint = 0xddda7afda795472,
|
|
.minimum_zig_version = "0.15.0",
|
|
.dependencies = .{},
|
|
.paths = .{
|
|
"build.zig",
|
|
"build.zig.zon",
|
|
"src",
|
|
},
|
|
}
|