Skip to content

Commit 457c421

Browse files
committed
bump swift-image-formats for dependency centralization.
* Part of our efforts to condense and streamline all the various C/C++ dependencies under one central repository, this is important because Swift makes it all too easy to have 30 different zlib libraries for example, which leads to a headache of duplicated symbols and what not. * That central repository is https://github.com/the-swift-collective Signed-off-by: furby™ <devs@wabi.foundation>
1 parent c63d3ef commit 457c421

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

Package.resolved

Lines changed: 12 additions & 12 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
@@ -95,7 +95,7 @@ let package = Package(
9595
),
9696
.package(
9797
url: "https://github.com/stackotter/swift-image-formats",
98-
.upToNextMinor(from: "0.3.1")
98+
.upToNextMinor(from: "0.3.2")
9999
),
100100
.package(
101101
url: "https://github.com/wabiverse/swift-windowsappsdk",

0 commit comments

Comments
 (0)