mirror of
https://github.com/fairyglade/ly.git
synced 2026-03-21 22:43:38 +00:00
21 lines
530 B
Zig
21 lines
530 B
Zig
.{
|
|
.name = .ly_ui,
|
|
.version = "1.0.0",
|
|
.fingerprint = 0x8d11bf85a74ec803,
|
|
.minimum_zig_version = "0.15.0",
|
|
.dependencies = .{
|
|
.ly_core = .{
|
|
.path = "../ly-core",
|
|
},
|
|
.termbox2 = .{
|
|
.url = "git+https://github.com/AnErrupTion/termbox2?ref=master#496730697c662893eec43192f48ff616c2539da6",
|
|
.hash = "N-V-__8AAOEWBQDt5tNdIzIFY6n8DdZsCP-6MyLoNS20wgpA",
|
|
},
|
|
},
|
|
.paths = .{
|
|
"build.zig",
|
|
"build.zig.zon",
|
|
"src",
|
|
},
|
|
}
|