From b06d485d12c8a6d4255598c036be2bd77e0174a2 Mon Sep 17 00:00:00 2001 From: Vadim Lopatin Date: Wed, 9 Mar 2016 09:13:49 +0300 Subject: [PATCH] update dependency versions --- dub.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dub.json b/dub.json index aada8376..ee479cc6 100644 --- a/dub.json +++ b/dub.json @@ -76,8 +76,8 @@ "versions-windows": ["Unicode"], "dependencies": { "derelict-gl3": "~>1.0.18", - "derelict-ft": "~>1.0.2", - "derelict-sdl2": "~>1.9.7" + "derelict-ft": "~>1.1.0", + "derelict-sdl2": "~>2.0.0" }, "copyFiles-windows-x86_64": [ "libs/windows/x86_64/libfreetype-6.dll", @@ -95,7 +95,7 @@ "dependencies": { "derelict-gl3": "~>1.0.18", "derelict-ft": "~>1.0.2", - "x11": "~>1.0.9" + "x11": "~>1.0.13" } }, {