mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-12 22:17: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 = "654e301e14362491530e1c9e2dde434d96eb5c6b11de42af62d85d9cc170f4d8"
|