mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
ebiten: Update comments
This commit is contained in:
parent
3101ffd082
commit
097c8e66e1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user