Dependencies
The default windows setup does not require extra dependencies.
Building
To test whether the installation works, run:
go run gioui.org/example/hello@latest
Avoiding console
To avoid the console appearing when running Gio programs, use the -H windowsgui
linker flag:
go run -ldflags="-H windowsgui" gioui.org/example/hello@latest