{ "name": "dlangui", "description": "Cross platform GUI for D. Layouts, styles, themes, unicode, i18n, OpenGL, widget set.", "homepage": "https://github.com/buggins/dlangui", "license": "Boost", "authors": ["Vadim Lopatin"], "targetName": "dlangui", "targetPath": "lib", "targetType": "staticLibrary", "sourcePaths": [ "3rdparty", "src" ], "importPaths": [ "3rdparty", "src" ], "stringImportPaths": [ "views", "views/res", "views/res/mdpi", "views/res/hdpi", "views/res/shaders", "views/res/i18n" ], "-ddoxFilterArgs": ["--unittest-examples", "--min-protection=Protected", "--ex", "win32.", "--ex", "dimage.", "--ex", "fontconfig", "--ex", "src.dlangui"], "sourceFiles-windows": ["$PACKAGE_DIR/src/win_app.def"], "subPackages": [ "./examples/helloworld/", "./examples/example1/", "./examples/dmledit/", "./examples/d3d/", "./examples/tetris/", "./examples/opengl/", "./examples/ircclient/", "./examples/spreadsheet/" ], "configurations": [ { "name": "default", "versions": ["USE_OPENGL", "EmbedStandardResources"], "versions-posix": ["USE_SDL", "USE_FREETYPE"], "versions-windows": ["Unicode"], "dependencies": { "derelict-gl3": "~>1.0.18", "derelict-ft": "~>1.0.2" }, "dependencies-posix": { "derelict-sdl2": "~>1.9.7" }, "copyFiles-windows-x86_64": [ "libs/windows/x86_64/libfreetype-6.dll" ], "copyFiles-windows-x86": [ "libs/windows/x86/libfreetype-6.dll" ] }, { "name": "minimal", "versions": ["EmbedStandardResources", "ForceLogs"], "versions-posix": ["USE_SDL", "USE_FREETYPE", "NO_OPENGL"], "versions-windows": ["Unicode" ,"NO_OPENGL"], "dependencies-posix": { "derelict-gl3": "~>1.0.18", "derelict-sdl2": "~>1.9.7", "derelict-ft": "~>1.0.2" } }, { "name": "sdl", "versions": ["USE_SDL", "USE_OPENGL", "USE_FREETYPE", "EmbedStandardResources"], "versions-windows": ["Unicode"], "dependencies": { "derelict-gl3": "~>1.0.18", "derelict-ft": "~>1.1.0", "derelict-sdl2": "~>2.0.0" }, "copyFiles-windows-x86_64": [ "libs/windows/x86_64/libfreetype-6.dll", "libs/windows/x86_64/SDL2.dll" ], "copyFiles-windows-x86": [ "libs/windows/x86/libfreetype-6.dll", "libs/windows/x86/SDL2.dll" ] }, { "name": "x11", "versions": ["USE_X11", "USE_OPENGL", "USE_FREETYPE", "EmbedStandardResources"], "versions-windows": ["Unicode"], "dependencies": { "derelict-gl3": "~>1.0.18", "derelict-ft": "~>1.0.2", "x11": "~>1.0.13" } }, { "name": "sfml", "versions": ["USE_DSFML", "USE_OPENGL", "USE_FREETYPE", "EmbedStandardResources"], "versions-windows": ["Unicode"], "dependencies": { "derelict-gl3": "~>1.0.18", "derelict-ft": "~>1.0.2", "dsfml": "~>2.1.0" }, "copyFiles-windows-x86_64": [ "libs/windows/x86_64/libfreetype-6.dll" ], "copyFiles-windows-x86": [ "libs/windows/x86/libfreetype-6.dll" ] } ] }