From 7419508a1d799c99aeb3051c8479a72f635ffe7a Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Fri, 9 Jun 2023 17:20:55 -0400 Subject: arsd/cgi.d updated now includes arsd/core.d ldc2 1.32.2 --- dub.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'dub.json') diff --git a/dub.json b/dub.json index f7a417b..56a548d 100644 --- a/dub.json +++ b/dub.json @@ -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" } -- cgit v1.2.3