ebiten/go.mod

20 lines
722 B
Modula-2
Raw Normal View History

2020-10-03 19:35:13 +02:00
module github.com/hajimehoshi/ebiten/v2
2018-07-21 08:16:07 +02:00
go 1.15
2018-07-21 08:16:07 +02:00
require (
2022-06-29 16:42:31 +02:00
github.com/ebitengine/purego v0.0.0-20220629143800-0a7163731eab
2022-07-21 20:44:02 +02:00
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20220712193148-63cf1f4ef61f
2022-01-21 18:55:20 +01:00
github.com/hajimehoshi/bitmapfont/v2 v2.2.0
2021-09-19 11:29:15 +02:00
github.com/hajimehoshi/file2byteslice v0.0.0-20210813153925-5340248a8f41
2022-04-11 03:46:57 +02:00
github.com/hajimehoshi/go-mp3 v0.3.3
2022-07-22 15:45:20 +02:00
github.com/hajimehoshi/oto/v2 v2.3.0-alpha.5.0.20220722135445-ad34dcfac0ef
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
2021-01-31 08:06:01 +01:00
github.com/jfreymuth/oggvorbis v1.0.3
2022-06-23 19:06:23 +02:00
golang.org/x/image v0.0.0-20220617043117-41969df76e82
golang.org/x/mobile v0.0.0-20220518205345-8578da9835fd
2022-07-21 20:44:02 +02:00
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8
2022-06-23 19:06:23 +02:00
golang.org/x/tools v0.1.11
2018-07-21 08:16:07 +02:00
)