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
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"originHash" : "9bdf10c7a21892e3f103174fa966d5a212af3dfca1608849b243319bfbb3d005",
2+
"originHash" : "d7660de3524ddfd94fb5ed75c380bbcda1ec9d99cc0b74dee8d2f70756063c78",
33
"pins" : [
44
{
55
"identity" : "jpeg",
@@ -19,6 +19,15 @@
1919
"version" : "1.6.45"
2020
}
2121
},
22+
{
23+
"identity" : "libwebp",
24+
"kind" : "remoteSourceControl",
25+
"location" : "https://github.com/the-swift-collective/libwebp",
26+
"state" : {
27+
"revision" : "5f745a17b9a5c2a4283f17c2cde4517610ab5f99",
28+
"version" : "1.4.1"
29+
}
30+
},
2231
{
2332
"identity" : "swift-cwinrt",
2433
"kind" : "remoteSourceControl",
@@ -51,17 +60,8 @@
5160
"kind" : "remoteSourceControl",
5261
"location" : "https://github.com/stackotter/swift-image-formats",
5362
"state" : {
54-
"revision" : "05a0169a2a5e9365a058e9aa13da5937be6e2586",
55-
"version" : "0.3.1"
56-
}
57-
},
58-
{
59-
"identity" : "swift-libwebp",
60-
"kind" : "remoteSourceControl",
61-
"location" : "https://github.com/stackotter/swift-libwebp",
62-
"state" : {
63-
"revision" : "61dc3787c764022ad2f5ab4f9994a569afe86f9f",
64-
"version" : "0.2.0"
63+
"revision" : "697bd8aa62bef7d74a1383454e3534a527769e41",
64+
"version" : "0.3.2"
6565
}
6666
},
6767
{

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)