ebitenutil: add comments and imports

Updates #2336
This commit is contained in:
Hajime Hoshi 2022-09-18 15:43:53 +09:00
parent acda9f2a17
commit 8de4a59416

View File

@ -16,6 +16,8 @@ package ebitenutil_test
import (
"embed"
// `NewImageFromFileSystem` works without this importing, but this is not an expected thing (#2336).
_ "image/png"
"testing"
"github.com/hajimehoshi/ebiten/v2/ebitenutil"