mirror of https://github.com/buggins/dlangui.git
fixes
This commit is contained in:
parent
fe96a3dc87
commit
47ddd2e856
|
@ -74,8 +74,7 @@
|
||||||
|
|
||||||
"copyFiles-windows": [
|
"copyFiles-windows": [
|
||||||
"../../lib/SDL2.dll",
|
"../../lib/SDL2.dll",
|
||||||
"../../lib/FreeImage.dll",
|
"../../lib/FreeImage.dll"
|
||||||
"../../lib/libfreetype-6.dll"
|
|
||||||
],
|
],
|
||||||
|
|
||||||
"mainSourceFile": "src/main.d",
|
"mainSourceFile": "src/main.d",
|
||||||
|
|
|
@ -15,7 +15,7 @@ Copyright: Vadim Lopatin, 2014
|
||||||
License: Boost License 1.0
|
License: Boost License 1.0
|
||||||
Authors: Vadim Lopatin, coolreader.org@gmail.com
|
Authors: Vadim Lopatin, coolreader.org@gmail.com
|
||||||
*/
|
*/
|
||||||
module src.dlangui.platforms.sdl.sdlapp;
|
module dlangui.platforms.sdl.sdlapp;
|
||||||
|
|
||||||
version(USE_SDL) {
|
version(USE_SDL) {
|
||||||
import core.runtime;
|
import core.runtime;
|
||||||
|
|
Loading…
Reference in New Issue