2020-10-03 19:35:13 +02:00
|
|
|
module github.com/hajimehoshi/ebiten/v2
|
2018-07-21 08:16:07 +02:00
|
|
|
|
2021-06-07 20:17:22 +02:00
|
|
|
go 1.15
|
2019-05-01 10:43:28 +02:00
|
|
|
|
2018-07-21 08:16:07 +02:00
|
|
|
require (
|
2022-09-09 20:31:16 +02:00
|
|
|
github.com/ebitengine/purego v0.0.0-20220910041003-a51c01493ff9
|
2022-08-07 06:24:17 +02:00
|
|
|
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20220806181222-55e207c401ad
|
2022-08-08 04:38:10 +02:00
|
|
|
github.com/hajimehoshi/bitmapfont/v2 v2.2.1
|
2022-04-11 03:46:57 +02:00
|
|
|
github.com/hajimehoshi/go-mp3 v0.3.3
|
2022-09-12 14:58:15 +02:00
|
|
|
github.com/hajimehoshi/oto/v2 v2.4.0-alpha.3
|
2022-07-21 20:44:02 +02:00
|
|
|
github.com/jakecoffman/cp v1.2.1
|
2022-06-23 19:06:23 +02:00
|
|
|
github.com/jezek/xgb v1.0.1
|
2022-08-18 19:46:52 +02:00
|
|
|
github.com/jfreymuth/oggvorbis v1.0.4
|
2022-08-08 04:38:10 +02:00
|
|
|
golang.org/x/image v0.0.0-20220722155232-062f8c9fd539
|
|
|
|
golang.org/x/mobile v0.0.0-20220722155234-aaac322e2105
|
2022-08-18 19:49:43 +02:00
|
|
|
golang.org/x/sys v0.0.0-20220818161305-2296e01440c6
|
2022-08-08 04:38:10 +02:00
|
|
|
golang.org/x/tools v0.1.12
|
2018-07-21 08:16:07 +02:00
|
|
|
)
|