mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 13:07:26 +01:00
8b775cf0dd
Embedding a DLL file and extrating it on the fly can be problematic. The application might be unexpectedly recognized as a virus by some virus checkers. To mitigate this issue, Ebiten adds a new build mode `ebitenexternaldll` which prevents Ebiten from embedding DLL files. Instead, the application will require DLL files for GLFW. Closes #1832
9 lines
204 B
Go
9 lines
204 B
Go
// Code generated by gen.go. DO NOT EDIT.
|
|
|
|
//go:build !ebitenexternaldll
|
|
// +build !ebitenexternaldll
|
|
|
|
package glfw
|
|
|
|
const glfwDLLHash = "9b66cd40f92263367f0076b690cb90174cc981f0c126eb395bc4e35cd8cb767d"
|