diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2023-06-09 17:20:55 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2023-06-09 17:20:55 -0400 |
commit | 7419508a1d799c99aeb3051c8479a72f635ffe7a (patch) | |
tree | aede64a880a23146c85cfc0aa879a92fbe3d5638 /dub.json | |
parent | nix overlays introduced and tracked (diff) |
arsd/cgi.d updated now includes arsd/core.d ldc2 1.32.2
Diffstat (limited to 'dub.json')
-rw-r--r-- | dub.json | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -13,7 +13,6 @@ "stringImportPaths": [ "./views" ], "buildRequirements": [ "allowWarnings" ], "targetType": "executable", - "platforms": [ "posix" ], "buildTypes": { "dmd": { "dflags": [ "-J=views", "-I=src" ], @@ -42,7 +41,7 @@ } }, "dependencies": { - "spine_search:arsd.cgi": "*", + "spine_search:arsd.cgi": "*", "spine_search:d2sqlite3": "*" }, "subPackages": [ @@ -58,7 +57,6 @@ "configurations": [ { "name": "d2sqlite3", - "d2sqlite3": "with-lib", "targetType": "library", "systemDependencies": "SQLite version >= 3.8.7", "libs": [ "sqlite3" ], @@ -78,7 +76,6 @@ "configurations": [ { "name": "cgi", - "cgi": "with-lib", "targetType": "library", "systemDependencies": "Arsd version >= 0.8.7" } |