diff --git a/dub.json b/dub.json index d159c445..731f6376 100644 --- a/dub.json +++ b/dub.json @@ -6,7 +6,7 @@ "authors": ["Vadim Lopatin"], "targetType": "none", - "versions-windows": ["Unicode"], + "versions": ["Unicode"], "subPackages": [ { diff --git a/examples/example1/dub.json b/examples/example1/dub.json index 3961b4a0..4b65d4ca 100644 --- a/examples/example1/dub.json +++ b/examples/example1/dub.json @@ -80,7 +80,7 @@ "libs-windows": ["dlanguilib", "phobos", "ole32", "kernel32", "user32", "comctl32", "comdlg32"], - "versions-windows": ["Unicode"], + "versions": ["Unicode"], "dependencies": { diff --git a/examples/helloworld/dub.json b/examples/helloworld/dub.json index 17a547cc..a70ac8d5 100644 --- a/examples/helloworld/dub.json +++ b/examples/helloworld/dub.json @@ -78,9 +78,7 @@ "libs-windows": ["dlanguilib", "phobos", "ole32", "kernel32", "user32", "comctl32", "comdlg32"], - "versions-windows": ["Unicode"], - "versions-linux": ["USE_OPENGL", "USE_SDL", "Unicode"], - "versions-osx": ["USE_OPENGL", "USE_SDL", "Unicode"], + "versions": ["Unicode"], "dependencies": {