internal/uidriver/mobile: Bug fix: Compile error

This commit is contained in:
Hajime Hoshi 2021-10-25 03:01:33 +09:00
parent 2aa232878d
commit 5b7724f575

View File

@ -18,6 +18,8 @@
package mobile
import (
"time"
"github.com/hajimehoshi/ebiten/v2/internal/driver"
)