File tree 7 files changed +1871
-445
lines changed
7 files changed +1871
-445
lines changed Original file line number Diff line number Diff line change @@ -67,6 +67,7 @@ source/dub/internal/vibecompat/data/json.d
67
67
source/dub/internal/vibecompat/data/serialization.d
68
68
source/dub/internal/vibecompat/data/utils.d
69
69
source/dub/internal/vibecompat/inet/path.d
70
+ source/dub/internal/vibecompat/inet/path2.d
70
71
source/dub/internal/vibecompat/inet/url.d
71
72
source/dub/internal/colorize/colors.d
72
73
source/dub/internal/colorize/cwrite.d
Original file line number Diff line number Diff line change @@ -32,12 +32,14 @@ configuration "library" {
32
32
}
33
33
34
34
configuration "library-nonet" {
35
+ dependency "vibe-core" version="~>2" optional=true
35
36
dependency "vibe-d:http" version=">=0.9.0 <0.11.0" optional=true
36
37
targetType "library"
37
38
excludedSourceFiles "source/app.d"
38
39
}
39
40
40
41
configuration "dynamic-library-nonet" {
42
+ dependency "vibe-core" version="~>2" optional=true
41
43
dependency "vibe-d:http" version=">=0.9.0 <0.11.0" optional=true
42
44
targetType "dynamicLibrary"
43
45
excludedSourceFiles "source/app.d"
You can’t perform that action at this time.
0 commit comments