mirror of https://github.com/buggins/dlangui.git
fix dub.json - for win32, enable freetype
This commit is contained in:
parent
98f90165ba
commit
95d064e8dc
4
dub.json
4
dub.json
|
@ -21,9 +21,11 @@
|
|||
"targetType": "staticLibrary",
|
||||
|
||||
"versions-posix": ["USE_SDL", "USE_OPENGL"],
|
||||
"versions-windows": ["Unicode"],
|
||||
"versions-windows": ["Unicode", "USE_FREETYPE"],
|
||||
"versions": ["EmbedStandardResources"],
|
||||
|
||||
"copyFiles-windows": ["lib/freetype-6.dll", "lib/zlib1.dll"],
|
||||
|
||||
"sourcePaths": [
|
||||
"3rdparty", "src"
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue