update to Zig 2024.10-mach (helps hexops/mach#1276)

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2024-10-04 13:45:45 -07:00 committed by Stephen Gutekanst
parent 55e6abda61
commit 26c5cb5d60
28 changed files with 192 additions and 203 deletions

View file

@ -80,10 +80,6 @@ pub fn setSize(_: *Null, _: Size) void {
return;
}
pub fn size(_: *Null) Size {
return Size{ .width = 100, .height = 100 };
}
pub fn setCursorMode(_: *Null, _: CursorMode) void {
return;
}