mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-25 19:28:57 +01:00
.build: bug fix: remove an unused template parameter
This commit is contained in:
parent
4c42e70e69
commit
4c82064bdd
@ -10,7 +10,7 @@ packages:
|
|||||||
- pkgconf
|
- pkgconf
|
||||||
- go
|
- go
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/hajimehoshi/ebiten#{{.Commit}}
|
- https://github.com/hajimehoshi/ebiten
|
||||||
tasks:
|
tasks:
|
||||||
- build: |
|
- build: |
|
||||||
cd ebiten
|
cd ebiten
|
||||||
|
@ -9,7 +9,7 @@ packages:
|
|||||||
- pkg-config
|
- pkg-config
|
||||||
- go
|
- go
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/hajimehoshi/ebiten#{{.Commit}}
|
- https://github.com/hajimehoshi/ebiten
|
||||||
tasks:
|
tasks:
|
||||||
- build: |
|
- build: |
|
||||||
cd ebiten
|
cd ebiten
|
||||||
|
@ -12,7 +12,7 @@ packages:
|
|||||||
- pkg-config
|
- pkg-config
|
||||||
- golang
|
- golang
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/hajimehoshi/ebiten#{{.Commit}}
|
- https://github.com/hajimehoshi/ebiten
|
||||||
tasks:
|
tasks:
|
||||||
- build: |
|
- build: |
|
||||||
cd ebiten
|
cd ebiten
|
||||||
|
@ -11,7 +11,7 @@ packages:
|
|||||||
- pkg-config
|
- pkg-config
|
||||||
- go
|
- go
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/hajimehoshi/ebiten#{{.Commit}}
|
- https://github.com/hajimehoshi/ebiten
|
||||||
tasks:
|
tasks:
|
||||||
- build: |
|
- build: |
|
||||||
cd ebiten
|
cd ebiten
|
||||||
|
@ -9,7 +9,7 @@ packages:
|
|||||||
- pkgconf
|
- pkgconf
|
||||||
- go
|
- go
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/hajimehoshi/ebiten#{{.Commit}}
|
- https://github.com/hajimehoshi/ebiten
|
||||||
tasks:
|
tasks:
|
||||||
- build: |
|
- build: |
|
||||||
cd ebiten
|
cd ebiten
|
||||||
|
@ -12,7 +12,7 @@ packages:
|
|||||||
- pkg-config
|
- pkg-config
|
||||||
- golang
|
- golang
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/hajimehoshi/ebiten#{{.Commit}}
|
- https://github.com/hajimehoshi/ebiten
|
||||||
tasks:
|
tasks:
|
||||||
- build: |
|
- build: |
|
||||||
cd ebiten
|
cd ebiten
|
||||||
|
Loading…
Reference in New Issue
Block a user