mirror of https://github.com/buggins/dlangide.git
update dlangui version to get screen DPI detection under SDL/Linux fixed - #217
This commit is contained in:
parent
98f53d6560
commit
ac2f87dc12
2
dub.json
2
dub.json
|
@ -12,7 +12,7 @@
|
||||||
"stringImportPaths": ["views", "views/res", "views/res/i18n", "views/res/mdpi", "views/res/hdpi"],
|
"stringImportPaths": ["views", "views/res", "views/res/i18n", "views/res/mdpi", "views/res/hdpi"],
|
||||||
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"dlangui": "==0.9.101",
|
"dlangui": "==0.9.102",
|
||||||
"dcd": "~>0.9.1"
|
"dcd": "~>0.9.1"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
v0.7.56
|
v0.7.57
|
Loading…
Reference in New Issue