aboutsummaryrefslogtreecommitdiffhomepage
path: root/dub.json
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2021-10-23 19:49:43 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2021-11-27 19:51:25 -0500
commitc4f6c86999ec8fe3b610ac269a121c9fa424daf5 (patch)
tree9251611c030c29af99bfa59bda94521c3500ad94 /dub.json
parentnix .envrc related (diff)
dlang dub & nix build related, includes dep update
- nix-shell --pure - nix-build - dub build --compiler=ldc2 --build=release --force
Diffstat (limited to 'dub.json')
-rw-r--r--dub.json14
1 files changed, 8 insertions, 6 deletions
diff --git a/dub.json b/dub.json
index b632c39..ba31551 100644
--- a/dub.json
+++ b/dub.json
@@ -39,7 +39,8 @@
"authors": [ "Nicolas Sicard", "Other contributors: see Github repo" ],
"copyright": "Copyright 2011-18 Nicolas Sicard",
"license": "BSL-1.0",
- "sourcePaths": [ "./src/ext_depends/d2sqlite3/source" ],
+ "sourcePaths": [ "./src/ext_depends/d2sqlite3/source" ],
+ "importPaths": [ "./src/ext_depends/d2sqlite3/source" ],
"configurations": [
{
"name": "d2sqlite3",
@@ -56,7 +57,8 @@
"description": "Decoders for PNG, TGA, BMP, JPEG and encoders for PNG, TGA, BMP.",
"authors": [ "Tero Hänninen" ],
"license": "BSL-1.0",
- "sourcePaths": [ "./src/ext_depends/imageformats/imageformats" ]
+ "sourcePaths": [ "./src/ext_depends/imageformats" ],
+ "importPaths": [ "./src/ext_depends/imageformats" ]
},
{
"name": "dyaml",
@@ -68,12 +70,12 @@
"license": "BSL-1.0",
"homepage": "https://github.com/dlang-community/D-YAML",
"copyright": "Copyright © 2011-2018, Ferdinand Majerech",
- "sourcePaths": [
- "./src/ext_depends/D-YAML/source/dyaml",
+ "sourcePaths": [
+ "./src/ext_depends/D-YAML/source",
"./src/ext_depends/tinyendian/source"
],
- "importPaths": [
- "./src/ext_depends/D-YAML/source/dyaml",
+ "importPaths": [
+ "./src/ext_depends/D-YAML/source",
"./src/ext_depends/tinyendian/source"
],
"preGenerateCommands": [