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