Skip to content

Commit

Permalink
updated Nuke to 12+ and update libdav1d to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
awxkee committed Jun 1, 2023
1 parent 67c041f commit 3046589
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/awxkee/libdav1d.swift.git",
"state" : {
"revision" : "8b5c794bae0190792e6969e2e9bdde9529deb8e9",
"version" : "1.0.4"
"revision" : "2fc752ca4a6a3e4822e70ec92660994cb5b03e1f",
"version" : "1.0.5"
}
},
{
Expand All @@ -32,8 +32,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/kean/Nuke.git",
"state" : {
"revision" : "2e9337168d08acccf72c039bf9324be24a1cf7d7",
"version" : "11.5.3"
"revision" : "f4d9b95788679d0654c032961f73e7e9c16ca6b4",
"version" : "12.1.0"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ let package = Package(
.package(url: "https://github.com/awxkee/libaom.swift.git", "1.0.0"..<"1.1.0"),
.package(url: "https://github.com/awxkee/libdav1d.swift.git", "1.0.0"..<"1.1.0"),
.package(url: "https://github.com/awxkee/libyuv.swift.git", "1.0.0"..<"1.1.0"),
.package(url: "https://github.com/kean/Nuke.git", "11.0.0"..<"12.0.0")
.package(url: "https://github.com/kean/Nuke.git", "12.0.0"..<"13.0.0")
],
targets: [
.target(
Expand Down

0 comments on commit 3046589

Please sign in to comment.