build: update mach-objc dependency

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2024-12-24 15:28:19 -07:00 committed by Emi Gutekanst
parent cc387ddb59
commit b3a5186f3a
2 changed files with 3 additions and 3 deletions

View file

@ -109,7 +109,7 @@ pub fn tick(core: *Core) !void {
if (core.windows.updated(window_id, .cursor_shape)) {
const Cursor = objc.app_kit.Cursor;
Cursor.pop();
Cursor.T_pop();
switch (core_window.cursor_shape) {
.arrow => Cursor.arrowCursor().push(),