Fast and reasonably complete (framebuffer) terminal emulator (Zig fork)
at trunk 353 B view raw
1.{ 2 .name = .flanterm, 3 .version = "2.0.0", 4 .fingerprint = 0x5e517d869e9f7b42, // Changing this has security and trust implications. 5 .minimum_zig_version = "0.15.1", 6 .dependencies = .{}, 7 .paths = .{ 8 "build.zig", 9 "build.zig.zon", 10 "src", 11 "LICENSE", 12 "README.md", 13 ".gitignore", 14 }, 15}