Skip to content

Commit 8ab8858

Browse files
committed
Updated KissFFT dependency to be version number based
1 parent a838552 commit 8ab8858

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ let package = Package(
88
platforms: [.macOS(.v10_14), .iOS(.v13), .tvOS(.v13)],
99
products: [.library(name: "SoundpipeAudioKit", targets: ["SoundpipeAudioKit"])],
1010
dependencies: [
11-
.package(url: "https://github.com/AudioKit/KissFFT", .branch("main")),
11+
.package(url: "https://github.com/AudioKit/KissFFT", from: "1.0.0"),
1212
.package(url: "https://github.com/AudioKit/AudioKit", from: "5.2.0"),
1313
],
1414
targets: [

0 commit comments

Comments
 (0)