Skip to content

Commit 4851b21

Browse files
committed
Update to swift-image-formats 0.3.0 for faster PNG decode/encode
1 parent 0727f78 commit 4851b21

File tree

3 files changed

+43
-43
lines changed

3 files changed

+43
-43
lines changed

Examples/Package.resolved

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

Package.resolved

Lines changed: 21 additions & 21 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
@@ -141,7 +141,7 @@ let package = Package(
141141
),
142142
.package(
143143
url: "https://github.com/stackotter/swift-image-formats",
144-
.upToNextMinor(from: "0.2.0")
144+
.upToNextMinor(from: "0.3.0")
145145
),
146146
] + swift510Dependencies,
147147
targets: [

0 commit comments

Comments
 (0)