Skip to content

Commit

Permalink
Update path module to [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
Geod24 committed Jan 2, 2025
1 parent 608bdfa commit 51fcd37
Show file tree
Hide file tree
Showing 7 changed files with 1,872 additions and 446 deletions.
1 change: 1 addition & 0 deletions build-files.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ source/dub/internal/vibecompat/data/json.d
source/dub/internal/vibecompat/data/serialization.d
source/dub/internal/vibecompat/data/utils.d
source/dub/internal/vibecompat/inet/path.d
source/dub/internal/vibecompat/inet/path2.d
source/dub/internal/vibecompat/inet/url.d
source/dub/internal/colorize/colors.d
source/dub/internal/colorize/cwrite.d
Expand Down
2 changes: 2 additions & 0 deletions dub.sdl
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,14 @@ configuration "library" {
}

configuration "library-nonet" {
dependency "vibe-core" version="~>2" optional=true
dependency "vibe-d:http" version=">=0.9.0 <0.11.0" optional=true
targetType "library"
excludedSourceFiles "source/app.d"
}

configuration "dynamic-library-nonet" {
dependency "vibe-core" version="~>2" optional=true
dependency "vibe-d:http" version=">=0.9.0 <0.11.0" optional=true
targetType "dynamicLibrary"
excludedSourceFiles "source/app.d"
Expand Down
Loading

0 comments on commit 51fcd37

Please sign in to comment.