This commit is contained in:
2024-11-01 23:53:57 -05:00
parent 5f3764ef63
commit 047852e9f6
28 changed files with 191 additions and 5156 deletions

View File

@@ -14,14 +14,16 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/apple/swift-algorithms", from: "1.2.0"),
.package(path: "./Packages/PFFFT/"),
.package(url: "https://github.com/jkl1337/SwiftPFFFT", branch: "master"),
.package(url: "https://github.com/jkl1337/swift-odeint", branch: "master"),
],
targets: [
.target(
name: "EcgSynKit",
dependencies: [
.product(name: "PFFFT", package: "PFFFT"),
.product(name: "PFFFT", package: "SwiftPFFFT"),
.product(name: "Algorithms", package: "swift-algorithms"),
.product(name: "OdeInt", package: "swift-odeint"),
]
),
.testTarget(