build: update mach-objc dependency
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
cc387ddb59
commit
b3a5186f3a
2 changed files with 3 additions and 3 deletions
|
|
@ -22,8 +22,8 @@
|
|||
.lazy = true,
|
||||
},
|
||||
.mach_objc = .{
|
||||
.url = "https://pkg.machengine.org/mach-objc/eb1e1eee9c02039d582f5fd9814d32e48b736ba6.tar.gz",
|
||||
.hash = "12209742f139402c34a8901bfb012a748c7101bef971f0a541338d659baa345b237d",
|
||||
.url = "https://pkg.machengine.org/mach-objc/61206f68d907111ce3c1f068ef7d0b926ead5d62.tar.gz",
|
||||
.hash = "12205e56037f3c3112c073bc833eea5f95b6ec3fb03a53cc7264595d2266304a5f7f",
|
||||
.lazy = true,
|
||||
},
|
||||
.xcode_frameworks = .{
|
||||
|
|
|
|||
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue