diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2019-09-24 09:14:02 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2019-10-17 19:07:20 -0400 |
commit | e3a9c91328a42395fcc8b9931f8efdda96212c87 (patch) | |
tree | aa51ac4efcf59988f3b12cd5a121faf51a14e46e /dub.sdl | |
parent | build related (diff) |
std.zip, drop external zip archive
Diffstat (limited to 'dub.sdl')
-rw-r--r-- | dub.sdl | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -10,7 +10,6 @@ stringImportPaths "./views" buildRequirements "allowWarnings" targetType "executable" platforms "posix" -dependency "archive" version="~>0.6.0" # http://code.dlang.org/packages/archive https://github.com/rcythr/archive dependency "d2sqlite3" version="~>0.18.3" # https://code.dlang.org/packages/d2sqlite3 http://biozic.github.io/d2sqlite3/d2sqlite3.html subconfiguration "d2sqlite3" "all-included" dependency "imageformats" version="~>7.0.1" # https://code.dlang.org/packages/imageformats https://github.com/lgvz/imageformats |