Skip to content

Commit

Permalink
Forked xlsxwriter
Browse files Browse the repository at this point in the history
  • Loading branch information
orchetect committed May 28, 2024
1 parent cd97ad4 commit 222a66e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ let package = Package(
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.3.1"),
.package(url: "https://github.com/apple/swift-log.git", from: "1.5.4"),
.package(url: "https://github.com/apple/swift-collections.git", from: "1.1.0"),
.package(url: "https://github.com/damuellen/xlsxwriter.swift", branch: "SPM"),
.package(url: "https://github.com/TheAcharya/xlsxwriter.git", from: "1.0.3"),
.package(url: "https://github.com/orchetect/TextFileKit.git", from: "0.1.7"),
.package(url: "https://github.com/orchetect/TimecodeKit.git", from: "2.0.10"),
.package(url: "https://github.com/orchetect/DAWFileKit.git", from: "0.4.9"),
Expand All @@ -35,7 +35,7 @@ let package = Package(
dependencies: [
.product(name: "Logging", package: "swift-log"),
.product(name: "Collections", package: "swift-collections"),
.product(name: "xlsxwriter", package: "xlsxwriter.swift"),
.product(name: "xlsxwriter", package: "xlsxwriter"),
.product(name: "TextFileKit", package: "TextFileKit"),
.product(name: "TimecodeKit", package: "TimecodeKit"),
.product(name: "DAWFileKit", package: "DAWFileKit"),
Expand Down

0 comments on commit 222a66e

Please sign in to comment.