Skip to content

Commit 988f1e1

Browse files
Remove Real and Complex _libraries_; keep modules.
These are vestigial, and not needed to support swift-pm.
1 parent 32c2b64 commit 988f1e1

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)