mirror of
https://github.com/OpenDiablo2/OpenDiablo2
synced 2025-02-04 23:56:40 -05:00
Updated ebiten ref. Removed tag generation. (#223)
This commit is contained in:
parent
f88e3c0e33
commit
e3e52fd36d
@ -28,9 +28,6 @@ git:
|
||||
depth: 1
|
||||
notifications:
|
||||
email: false
|
||||
before_deploy:
|
||||
- export TRAVIS_TAG=${TRAVIS_TAG:-$(date +'%Y%m%d%H%M%S')-$(git log --format=%h -1)}
|
||||
- git tag $TRAVIS_TAG
|
||||
deploy:
|
||||
provider: releases
|
||||
api_key:
|
||||
|
2
go.mod
2
go.mod
@ -6,7 +6,7 @@ require (
|
||||
github.com/OpenDiablo2/D2Shared v0.0.0-20191121164327-8f10634564d8
|
||||
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
|
||||
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect
|
||||
github.com/hajimehoshi/ebiten v1.11.0-alpha.0.20191119174134-52f6be26392b
|
||||
github.com/hajimehoshi/ebiten v1.11.0-alpha.0.20191121152720-3df198f68eea
|
||||
github.com/mitchellh/go-homedir v1.1.0
|
||||
golang.org/x/exp v0.0.0-20191030013958-a1ab85dbe136 // indirect
|
||||
golang.org/x/mobile v0.0.0-20191115022231-f0c40035f2ba // indirect
|
||||
|
2
go.sum
2
go.sum
@ -18,6 +18,8 @@ github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0/go.mod h1:E/TSTwGw
|
||||
github.com/hajimehoshi/bitmapfont v1.2.0/go.mod h1:h9QrPk6Ktb2neObTlAbma6Ini1xgMjbJ3w7ysmD7IOU=
|
||||
github.com/hajimehoshi/ebiten v1.11.0-alpha.0.20191119174134-52f6be26392b h1:8LbFtMYNChUizU4eCdzhluH0RsUmOdh1rRlDt54K7/4=
|
||||
github.com/hajimehoshi/ebiten v1.11.0-alpha.0.20191119174134-52f6be26392b/go.mod h1:6ax6p5ui8fuQ/+00sQ79oTy4OfrythHfDEYV4yni5So=
|
||||
github.com/hajimehoshi/ebiten v1.11.0-alpha.0.20191121152720-3df198f68eea h1:2534fHaO3V5UhWdcSHT9EOC4KNL6KlXBcscn/BrVjqU=
|
||||
github.com/hajimehoshi/ebiten v1.11.0-alpha.0.20191121152720-3df198f68eea/go.mod h1:6ax6p5ui8fuQ/+00sQ79oTy4OfrythHfDEYV4yni5So=
|
||||
github.com/hajimehoshi/go-mp3 v0.2.1/go.mod h1:Rr+2P46iH6PwTPVgSsEwBkon0CK5DxCAeX/Rp65DCTE=
|
||||
github.com/hajimehoshi/oto v0.3.4/go.mod h1:PgjqsBJff0efqL2nlMJidJgVJywLn6M4y8PI4TfeWfA=
|
||||
github.com/hajimehoshi/oto v0.5.3 h1:IccIFFUkT0oAr/KdH3LH7USyvI1ZE84HXiGtuCjs3y0=
|
||||
|
Loading…
Reference in New Issue
Block a user