mirror of
https://github.com/fairyglade/ly.git
synced 2026-05-06 15:20:36 +00:00
18 lines
469 B
Zig
18 lines
469 B
Zig
.{
|
|
.name = .ly_core,
|
|
.version = "1.0.0",
|
|
.fingerprint = 0xddda7afda795472,
|
|
.minimum_zig_version = "0.15.0",
|
|
.dependencies = .{
|
|
.zigini = .{
|
|
.url = "git+https://github.com/AshAmetrine/zigini?ref=master#831f6aff55703b7fa34b43c972d60eb3d5d6f4a4",
|
|
.hash = "zigini-0.3.2-BSkB7UVDAAAErcEC6s7zF9bKTe7CjdBgrV35K3DGHpbr",
|
|
},
|
|
},
|
|
.paths = .{
|
|
"build.zig",
|
|
"build.zig.zon",
|
|
"src",
|
|
},
|
|
}
|