mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
ebiten: fix a doc
This commit is contained in:
parent
25a16a2143
commit
4a7fd6d78d
4
doc.go
4
doc.go
@ -96,8 +96,8 @@
|
||||
// `ebitenexternaldll` works only for Windows.
|
||||
// The executable will require a DLL file at the working directory. Copy them from Ebiten repository's `internal/glfw`:
|
||||
//
|
||||
// * `glfw_windows_386.dll` for Windows 386
|
||||
// * `glfw_windows_amd64.dll` for Windows amd64
|
||||
// * `glfw_windows_386.dll` for Windows GOARCH=386
|
||||
// * `glfw_windows_amd64.dll` for Windows GOARCH=amd64
|
||||
//
|
||||
// The directory path can be obtained by Go commands. For example, on PowerShell:
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user