build: update to libvaxis with uucode support

This commit is contained in:
CJ van den Berg 2025-11-23 21:45:51 +01:00
parent 765a5d2dc7
commit b2b34e4710
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
9 changed files with 21 additions and 35 deletions

View file

@ -50,8 +50,6 @@ pub fn main() anyerror!void {
}
const a = std.heap.c_allocator;
const letter_casing = @import("Buffer").unicode.get_letter_casing();
_ = letter_casing; // no need to free letter_casing as it is globally static
const Flags = struct {
pub const description =