File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -13,15 +13,14 @@ let package = Package(
1313 ] ,
1414 dependencies: [
1515 // Dependencies declare other packages that this package depends on.
16- . package ( url: " https://github.com/onmyway133/SwiftHash.git " , . upToNextMinor( from: " 2.0.0 " ) ) ,
1716 ] ,
1817 targets: [
1918 // Targets are the basic building blocks of a package. A target can define a module or a test suite.
2019 // Targets can depend on other targets in this package, and on products in packages which this package depends on.
2120 . target(
2221 name: " Cache " ,
23- dependencies : [ " SwiftHash " ] ,
24- path : " Source/Shared " ) ,
22+ path : " Source/Shared " ,
23+ exclude : [ " Library/ImageWrapper.swift " ] ) , // relative to the target path
2524 . testTarget(
2625 name: " CacheTests " ,
2726 dependencies: [ " Cache " ] ,
You can’t perform that action at this time.
0 commit comments