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