fix dlib dependency - use tagged version to resolve unittest build error

This commit is contained in:
Vadim Lopatin 2015-02-16 14:09:40 +03:00
parent 8208f43049
commit 30b731a8cf
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
"dependencies": {
"derelict-gl3": ">=1.0.12",
"dlib": "~master",
"dlib": ">=0.4.1",
"derelict-ft": ">=1.0.0",
"derelict-sdl2": ">=1.9.1"
},