mirror of
https://github.com/fairyglade/ly.git
synced 2026-09-22 03:50:23 +00:00
26 lines
942 B
Zig
26 lines
942 B
Zig
.{
|
|
.name = .ly_core,
|
|
.version = "1.2.0",
|
|
.fingerprint = 0xddda7afda795472,
|
|
.minimum_zig_version = "0.17.0",
|
|
.dependencies = .{
|
|
.zigini = .{
|
|
.url = "git+https://github.com/AnErrupTion/zigini?ref=zig-0.17.0#29b30ec37efccb022a57e7acda83d63fa5832dd8",
|
|
.hash = "zigini-0.6.0-BSkB7UtYAAB6b6HEm3Pjj5WIy-uiuBYsNTNCUENVwL1t",
|
|
},
|
|
.translate_c = .{
|
|
.url = "git+https://codeberg.org/ziglang/translate-c?ref=master#3da873cacdd7e9190fe1cf40372ddf5387c970ea",
|
|
.hash = "translate_c-0.0.0-Q_BUWktLBwBO7VLbmrOKUcAMRtE5fmOxI35189X5XbJs",
|
|
},
|
|
.zlua = .{
|
|
.url = "git+https://github.com/AnErrupTion/ziglua?ref=zig-0.17#4159a5592a8de728022e0c491a3bdde7decbdc16",
|
|
.hash = "zlua-0.1.0-hGRpCw6VBQDaOiIiYsLOcQTlcJCpqDqIrhyDVqkanTSB",
|
|
},
|
|
},
|
|
.paths = .{
|
|
"build.zig",
|
|
"build.zig.zon",
|
|
"src",
|
|
},
|
|
}
|