forked from joejulian/gio
8c9466e03e3de1581cfa57b075350018f8877b1a
Building an iOS results in errors about missing NSCursor: $ gogio -target ios -o app.app ./kitchen gogio: go build -ldflags=-s -w -X gioui.org/app/internal/log.appID=org.gioui.kitchen -buildmode=c-archive -o /var/folders/_7/lnt35k555hl2bs7fjygkhgx00000gp/T/gogio-770783182/gio-amd64 -tags ./kitchen failed: # gioui.org/app/internal/window os_darwin.m:26:10: error: use of undeclared identifier 'NSCursor' os_darwin.m:32:10: error: use of undeclared identifier 'NSCursor' os_darwin.m:40:14: error: use of undeclared identifier 'NSCursor' os_darwin.m:43:14: error: use of undeclared identifier 'NSCursor' os_darwin.m:46:14: error: use of undeclared identifier 'NSCursor' os_darwin.m:49:14: error: use of undeclared identifier 'NSCursor' os_darwin.m:52:14: error: use of undeclared identifier 'NSCursor' os_darwin.m:55:14: error: use of undeclared identifier 'NSCursor' os_darwin.m:58:14: error: use of undeclared identifier 'NSCursor' NSCursor is supported under mac catalyst; disable NSCursor support while figuring out how. Signed-off-by: Elias Naur <mail@eliasnaur.com>
Gio
Immediate mode GUI programs in Go for Android, iOS, macOS, Linux, FreeBSD, OpenBSD, Windows, and WebAssembly (experimental). See the project page gioui.org for documentation and more information.
Issues
File bugs and TODOs through the issue tracker or send an email to ~eliasnaur/gio@todo.sr.ht. For general discussion, use the mailing list: ~eliasnaur/gio@lists.sr.ht.
Contributing
Post discussion to the mailing list and patches to gio-patches. No Sourcehut account is required and you can post without being subscribed.
See the contribution guide for more details.
An unofficial GitHub mirror is kindly maintained by Larry Clapp.
Description
Languages
Go
89.6%
C
7%
Java
1.7%
Objective-C
1.6%