Merge branch 'master' of github.com:buggins/dlangui

This commit is contained in:
Vadim Lopatin 2014-06-11 14:39:34 +04:00
commit fe721e181d
2 changed files with 2 additions and 3 deletions

View File

@ -74,8 +74,7 @@
"copyFiles-windows": [
"../../lib/SDL2.dll",
"../../lib/FreeImage.dll",
"../../lib/libfreetype-6.dll"
"../../lib/FreeImage.dll"
],
"mainSourceFile": "src/main.d",

View File

@ -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;