mirror of https://github.com/buggins/dlangide.git
parent
a318577f97
commit
e530b93426
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.97",
|
"dlangui": "==0.9.98",
|
||||||
"dcd": "~>0.9.1"
|
"dcd": "~>0.9.1"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
@ -51,6 +51,7 @@ StringListValue[] createFaceList(bool monospaceFirst) {
|
||||||
}
|
}
|
||||||
|
|
||||||
StringListValue[] createIntValueList(int[] values, dstring suffix = ""d) {
|
StringListValue[] createIntValueList(int[] values, dstring suffix = ""d) {
|
||||||
|
import std.conv : to;
|
||||||
StringListValue[] res;
|
StringListValue[] res;
|
||||||
res.assumeSafeAppend();
|
res.assumeSafeAppend();
|
||||||
foreach(n; values) {
|
foreach(n; values) {
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
v0.7.50
|
v0.7.51
|
Loading…
Reference in New Issue