update
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user