From 36cab9592fbd775b6e1b0aedec900f4b4d034ca7 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Thu, 17 May 2018 11:45:56 -0400 Subject: imageformats dependency added --- dub.sdl | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) (limited to 'dub.sdl') diff --git a/dub.sdl b/dub.sdl index 3478c9e..c64118f 100644 --- a/dub.sdl +++ b/dub.sdl @@ -1,18 +1,19 @@ -name "sdp" -description "sisu document parser" -homepage "http://sisudoc.org" -authors "Ralph Amissah" -copyright "Copyright © 2016 Ralph Amissah" -license "AGPL-3+" -targetPath "./bin" -#sourcePath "./src/sdp" -stringImportPaths "./views" -buildRequirements "allowWarnings" -dependency "toml" version="~>0.4.0-rc.2" # https://code.dlang.org/packages/toml https://github.com/toml-lang/toml/wiki -dependency "toml:json" version="~>0.4.0-rc.2" -dependency "d2sqlite3" version="~>0.16.1" # 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 +name "sdp" +description "sisu document parser" +homepage "http://sisudoc.org" +authors "Ralph Amissah" +copyright "Copyright © 2016 Ralph Amissah" +license "AGPL-3+" +targetPath "./bin" +#sourcePath "./src/sdp" +stringImportPaths "./views" +buildRequirements "allowWarnings" +dependency "toml" version="~>0.4.0-rc.2" # https://code.dlang.org/packages/toml https://github.com/toml-lang/toml/wiki +dependency "toml:json" version="~>0.4.0-rc.2" +dependency "d2sqlite3" version="~>0.16.1" # 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" configuration "reggae" { name "build" targetType "executable" -- cgit v1.2.3