Merge pull request #185 from keywan-ghadami/patch-1

updated derelict-gl3 to last minor version
This commit is contained in:
Vadim Lopatin 2016-03-09 09:06:35 +03:00
commit fcff95757d
1 changed files with 5 additions and 5 deletions

View File

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