Replace hex decoding closure with something safer and hopefully more performant

This commit is contained in:
2024-11-10 22:16:19 +11:00
parent e7fc47d640
commit 078397f451
3 changed files with 34 additions and 13 deletions

View File

@ -8,14 +8,12 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.5.0"),
.package(url: "https://github.com/apple/swift-algorithms", from: "1.2.0"),
.package(url: "https://github.com/tsolomko/SWCompression", from: "4.8.6"),
],
targets: [
.target(
name: "darwin-apk",
dependencies: [
.product(name: "Algorithms", package: "swift-algorithms"),
.product(name: "SWCompression", package: "SWCompression"),
],
path: "Sources/apk"),