build: update to latest libvaxis and zg api
This commit is contained in:
parent
831607ffd6
commit
717bef9c61
6 changed files with 21 additions and 21 deletions
|
@ -48,8 +48,8 @@ pub fn main() anyerror!void {
|
|||
}
|
||||
|
||||
const a = std.heap.c_allocator;
|
||||
const case_data = @import("Buffer").unicode.get_case_data();
|
||||
_ = case_data; // no need to free case_data as it is globally static
|
||||
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 =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue