forked from joejulian/gio
3cd633ee44
On Android, in addition to adding jar files found in the source directory of the program being compiled, cmd/gogio also searches every dependency for jar files to include in the output APK. Signed-off-by: Greg Pomerantz <gmp.gio@wow.st>
17 lines
646 B
Modula-2
17 lines
646 B
Modula-2
module gioui.org/cmd
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
gioui.org v0.0.0-20191030194120-b53c2a7c9d56
|
|
github.com/BurntSushi/freetype-go v0.0.0-20160129220410-b763ddbfe298 // indirect
|
|
github.com/BurntSushi/graphics-go v0.0.0-20160129215708-b43f31a4a966 // indirect
|
|
github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802
|
|
github.com/BurntSushi/xgbutil v0.0.0-20190907113008-ad855c713046
|
|
github.com/chromedp/cdproto v0.0.0-20191009033829-c22f49c9ff0a
|
|
github.com/chromedp/chromedp v0.5.1
|
|
golang.org/x/image v0.0.0-20190802002840-cff245a6509b
|
|
golang.org/x/sync v0.0.0-20190423024810-112230192c58
|
|
golang.org/x/tools v0.0.0-20190927191325-030b2cf1153e
|
|
)
|