mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-01 15:45:38 +00:00
f21b5eb1df
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>
14 lines
329 B
Modula-2
14 lines
329 B
Modula-2
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
|
|
golang.org/x/exp v0.0.0-20190321205749-f0864edee7f3
|
|
golang.org/x/image v0.0.0-20190321063152-3fc05d484e9f
|
|
golang.org/x/oauth2 v0.0.0-20190319182350-c85d3e98c914
|
|
)
|