mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-01 15:45:38 +00:00
50599bc65d
If there is an appicon.png file in the main package the gio tool will use it for Android and iOS apps in buildmode exe. Signed-off-by: Elias Naur <mail@eliasnaur.com>
9 lines
152 B
Modula-2
9 lines
152 B
Modula-2
module gioui.org/cmd
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
golang.org/x/image v0.0.0-20190802002840-cff245a6509b
|
|
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4
|
|
)
|