update dependencies

This commit is contained in:
Vadim Lopatin 2016-03-09 09:17:06 +03:00
parent a53361df26
commit 21cc22847d
3 changed files with 4 additions and 4 deletions

2
deps/DCD vendored

@ -1 +1 @@
Subproject commit af9233d2ea064e734b6de0128900e377f4d69eb1
Subproject commit ce5ac2d978c10fe71df31325c45e0ad772ff7bee

View File

@ -133,7 +133,7 @@
<useIn>0</useIn>
<useOut>0</useOut>
<useArrayBounds>0</useArrayBounds>
<noboundscheck>0</noboundscheck>
<noboundscheck>1</noboundscheck>
<useSwitchError>0</useSwitchError>
<useUnitTests>0</useUnitTests>
<useInline>1</useInline>

View File

@ -12,8 +12,8 @@
"stringImportPaths": ["views", "views/res", "views/res/i18n", "views/res/mdpi", "views/res/hdpi"],
"dependencies": {
"dlangui": "~>0.7.72",
"dcd": "~>0.7.5"
"dlangui": "~>0.7.75",
"dcd": "~>0.8.0"
},
"versions": ["EmbedStandardResources"]