mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-26 19:58:54 +01:00
0d9a165e8f
There was an issue that go-gl/glfw requried an external GLFW go-gl/glfw#313, and this was fixed.
17 lines
267 B
YAML
17 lines
267 B
YAML
image: freebsd/latest
|
|
packages:
|
|
- alsa-lib
|
|
- libxcursor
|
|
- libxi
|
|
- libxinerama
|
|
- libxrandr
|
|
- mesa-libs
|
|
- pkgconf
|
|
- go
|
|
sources:
|
|
- https://github.com/hajimehoshi/ebiten#{{.Commit}}
|
|
tasks:
|
|
- build: |
|
|
cd ebiten
|
|
go build -tags=example ./...
|