ebiten: Update comments

This commit is contained in:
Hajime Hoshi 2020-11-21 01:20:22 +09:00
parent 3101ffd082
commit 097c8e66e1

View File

@ -16,9 +16,6 @@
package ebiten
// Ebiten forces to use Go 1.13 or later, since
// 1) Between Go 1.10 and Go 1.11, ioutil.TempFile's behavior is different. Ebiten forces the Go version in order to avoid confusion. (#777)
// 2) FuncOf in syscall/js is defined as of Go 1.12.
// 3) os.UserConfigDir is defined as of Go 1.13.
// Ebiten forces to use Go 1.13 or later, since os.UserConfigDir is defined as of Go 1.13.
const __EBITEN_REQUIRES_GO_VERSION_1_13_OR_LATER__ = true