a modern tui library written in zig
at v0.5.1 1.2 kB view raw
1.{ 2 .name = "vaxis", 3 .version = "0.1.0", 4 .minimum_zig_version = "0.13.0", 5 .dependencies = .{ 6 .zigimg = .{ 7 .url = "git+https://github.com/zigimg/zigimg#3a667bdb3d7f0955a5a51c8468eac83210c1439e", 8 .hash = "1220dd654ef941fc76fd96f9ec6adadf83f69b9887a0d3f4ee5ac0a1a3e11be35cf5", 9 .lazy = true, 10 }, 11 .zg = .{ 12 .url = "https://codeberg.org/atman/zg/archive/v0.13.2.tar.gz", 13 .hash = "122055beff332830a391e9895c044d33b15ea21063779557024b46169fb1984c6e40", 14 }, 15 .libxev = .{ 16 .url = "git+https://github.com/mitchellh/libxev#f6a672a78436d8efee1aa847a43a900ad773618b", 17 .hash = "12207b7a5b538ffb7fb18f954ae17d2f8490b6e3778a9e30564ad82c58ee8da52361", 18 .lazy = true, 19 }, 20 .aio = .{ 21 .url = "git+https://github.com/Cloudef/zig-aio#b5a407344379508466c5dcbe4c74438a6166e2ca", 22 .hash = "1220a55aedabdd10578d0c514719ea39ae1bc6d7ed990f508dc100db7f0ccf391437", 23 .lazy = true, 24 }, 25 }, 26 .paths = .{ 27 "LICENSE", 28 "build.zig", 29 "build.zig.zon", 30 "src", 31 }, 32}