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",
|
"targetType": "staticLibrary",
|
||||||
|
|
||||||
"versions-posix": ["USE_SDL", "USE_OPENGL"],
|
"versions-posix": ["USE_SDL", "USE_OPENGL"],
|
||||||
"versions-windows": ["Unicode"],
|
"versions-windows": ["Unicode", "USE_FREETYPE"],
|
||||||
"versions": ["EmbedStandardResources"],
|
"versions": ["EmbedStandardResources"],
|
||||||
|
|
||||||
|
"copyFiles-windows": ["lib/freetype-6.dll", "lib/zlib1.dll"],
|
||||||
|
|
||||||
"sourcePaths": [
|
"sourcePaths": [
|
||||||
"3rdparty", "src"
|
"3rdparty", "src"
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue