Skip to content

Commit 97dfcff

Browse files
Merge pull request #187 from apple/remove-sub-libraries
Remove Real and Complex _libraries_; keep modules.
2 parents 32c2b64 + 988f1e1 commit 97dfcff

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Package.swift

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@ let package = Package(
1616

1717
name: "swift-numerics",
1818
products: [
19-
.library(name: "ComplexModule", targets: ["ComplexModule"]),
20-
.library(name: "Numerics", targets: ["Numerics"]),
21-
.library(name: "RealModule", targets: ["RealModule"]),
19+
.library(name: "Numerics", targets: ["Numerics"])
2220
],
2321

2422
targets: [

0 commit comments

Comments
 (0)