update dlangui version to get screen DPI detection under SDL/Linux fixed - #217

This commit is contained in:
Vadim Lopatin 2017-08-29 15:31:55 +03:00
parent 98f53d6560
commit ac2f87dc12
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
"stringImportPaths": ["views", "views/res", "views/res/i18n", "views/res/mdpi", "views/res/hdpi"],
"dependencies": {
"dlangui": "==0.9.101",
"dlangui": "==0.9.102",
"dcd": "~>0.9.1"
},

View File

@ -1 +1 @@
v0.7.56
v0.7.57