docs: Update

This commit is contained in:
Hajime Hoshi 2018-02-11 03:32:23 +09:00
parent ba53475636
commit a253411cb2
2 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,7 @@
package main package main
import ( import (
_ "image/png"
"log" "log"
"strconv" "strconv"

View File

@ -34,6 +34,7 @@ package main
import ( import (
"fmt" "fmt"
"image" "image"
_ "image/png"
"log" "log"
"github.com/hajimehoshi/ebiten" "github.com/hajimehoshi/ebiten"