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

@ -22,8 +22,8 @@
.lazy = true, .lazy = true,
}, },
.mach_objc = .{ .mach_objc = .{
.url = "https://pkg.machengine.org/mach-objc/eb1e1eee9c02039d582f5fd9814d32e48b736ba6.tar.gz", .url = "https://pkg.machengine.org/mach-objc/61206f68d907111ce3c1f068ef7d0b926ead5d62.tar.gz",
.hash = "12209742f139402c34a8901bfb012a748c7101bef971f0a541338d659baa345b237d", .hash = "12205e56037f3c3112c073bc833eea5f95b6ec3fb03a53cc7264595d2266304a5f7f",
.lazy = true, .lazy = true,
}, },
.xcode_frameworks = .{ .xcode_frameworks = .{

View file

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