diff options
author | Ralph Amissah <ralph@amissah.com> | 2018-09-10 17:25:32 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2019-04-10 15:14:15 -0400 |
commit | 42f466d03f1304294a559568dcb6332784a14886 (patch) | |
tree | 37f7d17051cd195e550e53890000b11b96ba432e /dub.sdl | |
parent | track (diff) |
maker, subprojects arrange, minordoc-reform_v0.0.27
Diffstat (limited to 'dub.sdl')
-rw-r--r-- | dub.sdl | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -8,12 +8,12 @@ targetPath "./bin" #sourcePath "./src/sdp" stringImportPaths "./views" buildRequirements "allowWarnings" -dependency "toml" version="~>1.0.0-rc.3" # https://code.dlang.org/packages/toml https://github.com/toml-lang/toml/wiki -dependency "toml:json" version="~>1.0.0-rc.3" +dependency "archive" version="~>0.6.0" # http://code.dlang.org/packages/archive https://github.com/rcythr/archive dependency "d2sqlite3" version="~>0.16.2" # https://code.dlang.org/packages/d2sqlite3 http://biozic.github.io/d2sqlite3/d2sqlite3.html subconfiguration "d2sqlite3" "all-included" -dependency "archive" version="~>0.6.0" # http://code.dlang.org/packages/archive https://github.com/rcythr/archive dependency "imageformats" version="~>7.0.0" # https://code.dlang.org/packages/imageformats https://github.com/lgvz/imageformats +dependency "toml" version="~>1.0.0-rc.3" # https://code.dlang.org/packages/toml https://github.com/toml-lang/toml/wiki +dependency "toml:json" version="~>1.0.0-rc.3" configuration "sdp-release" { name "release" targetType "executable" |