mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-03 16:35:36 +00:00
ui/app,apps/gophers,apps/hello: replace CreateWindow with NewWindow
Gio doesn't support multiple windows anyway, so get rid of the app.Windows channel and use NewWindow call for the mobile platforms as well. Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
@@ -2,6 +2,8 @@ module gioui.org/apps
|
||||
|
||||
go 1.12
|
||||
|
||||
replace gioui.org/ui => ../ui
|
||||
|
||||
require (
|
||||
gioui.org/ui v0.0.0-20190331090026-ca5204fcb8b3
|
||||
github.com/google/go-github/v24 v24.0.1
|
||||
|
||||
Reference in New Issue
Block a user