mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
ebiten: Update doc
This commit is contained in:
parent
b11f17b281
commit
5cebe867d4
9
doc.go
9
doc.go
@ -86,6 +86,15 @@
|
||||
// * `glfw_windows_386.dll` for Windows 386
|
||||
// * `glfw_windows_amd64.dll` for Windows amd64
|
||||
//
|
||||
// The directory path can be obtained by Go commands. For example, on PowerShell:
|
||||
//
|
||||
// $dir = go list -f '{{.Dir}}' github.com/hajimehoshi/ebiten/v2/internal/glfw
|
||||
// echo $dir\glfw_windows_amd64.dll
|
||||
//
|
||||
// and on shell:
|
||||
//
|
||||
// echo $(go list -f '{{.Dir}}' github.com/hajimehoshi/ebiten/v2/internal/glfw)/glfw_windows_amd64.dll
|
||||
//
|
||||
// Embedding a DLL and extracting it on the fly might be problematic on Windows since the application might be
|
||||
// unexpectedly recognized as a virus by some virus checkers.
|
||||
// `ebitenexternaldll` is useful for such cases. See #1832 for the discussion.
|
||||
|
Loading…
Reference in New Issue
Block a user