mirror of https://github.com/buggins/dlangide.git
update dependencies
This commit is contained in:
parent
a53361df26
commit
21cc22847d
|
@ -1 +1 @@
|
||||||
Subproject commit af9233d2ea064e734b6de0128900e377f4d69eb1
|
Subproject commit ce5ac2d978c10fe71df31325c45e0ad772ff7bee
|
|
@ -133,7 +133,7 @@
|
||||||
<useIn>0</useIn>
|
<useIn>0</useIn>
|
||||||
<useOut>0</useOut>
|
<useOut>0</useOut>
|
||||||
<useArrayBounds>0</useArrayBounds>
|
<useArrayBounds>0</useArrayBounds>
|
||||||
<noboundscheck>0</noboundscheck>
|
<noboundscheck>1</noboundscheck>
|
||||||
<useSwitchError>0</useSwitchError>
|
<useSwitchError>0</useSwitchError>
|
||||||
<useUnitTests>0</useUnitTests>
|
<useUnitTests>0</useUnitTests>
|
||||||
<useInline>1</useInline>
|
<useInline>1</useInline>
|
||||||
|
|
4
dub.json
4
dub.json
|
@ -12,8 +12,8 @@
|
||||||
"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.7.72",
|
"dlangui": "~>0.7.75",
|
||||||
"dcd": "~>0.7.5"
|
"dcd": "~>0.8.0"
|
||||||
},
|
},
|
||||||
|
|
||||||
"versions": ["EmbedStandardResources"]
|
"versions": ["EmbedStandardResources"]
|
||||||
|
|
Loading…
Reference in New Issue