updated derelict-gl3 to last minor version

from 1.0.16 to 1.0.18. This speeds up dub package resolving, because dub in the current release needs some time to do this automatically.
beside from that this commit does not have any effect because ~>1.0.16 and ~>1.0.18 both will be resolved to the highest available package which is 1.0.18. i checked all packages from the dub.selection.json.
This commit is contained in:
Keywan Ghadami 2016-03-08 07:52:31 +01:00
parent d47825e6aa
commit b43a4d526a
1 changed files with 5 additions and 5 deletions

View File

@ -46,7 +46,7 @@
"versions-posix": ["USE_SDL"],
"versions-windows": ["Unicode"],
"dependencies": {
"derelict-gl3": "~>1.0.16",
"derelict-gl3": "~>1.0.18",
"derelict-ft": "~>1.0.2"
},
"dependencies-posix": {
@ -65,7 +65,7 @@
"versions-posix": ["USE_SDL", "USE_FREETYPE", "USE_OPENGL"],
"versions-windows": ["Unicode"],
"dependencies-posix": {
"derelict-gl3": "~>1.0.16",
"derelict-gl3": "~>1.0.18",
"derelict-sdl2": "~>1.9.7",
"derelict-ft": "~>1.0.2"
}
@ -75,7 +75,7 @@
"versions": ["USE_SDL", "USE_OPENGL", "USE_FREETYPE", "EmbedStandardResources"],
"versions-windows": ["Unicode"],
"dependencies": {
"derelict-gl3": "~>1.0.16",
"derelict-gl3": "~>1.0.18",
"derelict-ft": "~>1.0.2",
"derelict-sdl2": "~>1.9.7"
},
@ -93,7 +93,7 @@
"versions": ["USE_X11", "USE_OPENGL", "USE_FREETYPE", "EmbedStandardResources"],
"versions-windows": ["Unicode"],
"dependencies": {
"derelict-gl3": "~>1.0.16",
"derelict-gl3": "~>1.0.18",
"derelict-ft": "~>1.0.2",
"x11": "~>1.0.9"
}
@ -103,7 +103,7 @@
"versions": ["USE_DSFML", "USE_OPENGL", "USE_FREETYPE", "EmbedStandardResources"],
"versions-windows": ["Unicode"],
"dependencies": {
"derelict-gl3": "~>1.0.16",
"derelict-gl3": "~>1.0.18",
"derelict-ft": "~>1.0.2",
"dsfml": "~>2.1.0"
},