mirror of
https://codeberg.org/fairyglade/ly.git
synced 2026-08-21 13:04:20 +02:00
12 lines
235 B
Zig
12 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",
|
|
},
|
|
}
|