Skip to content

Commit

Permalink
Update Dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ntnmrndn committed Nov 27, 2024
1 parent 31eb3cb commit f417f25
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Package.resolved
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"originHash" : "f84a1666194bcf450224fdc7fff73c480bbd9e6e0e9fcba6fe117a25c305682d",
"originHash" : "1ec615bb9859848353ee388118e25fe6e7cc4baa377b5045fc273ea94edff5fc",
"pins" : [
{
"identity" : "descriptors",
"kind" : "remoteSourceControl",
"location" : "https://github.com/FluidGroup/Descriptors",
"location" : "https://github.com/ntnmrndn/Descriptors",
"state" : {
"revision" : "1ec4fcd01b7e3a6df9dfafcca8155e297a7a1d9f",
"version" : "0.3.0"
"branch" : "antoine/swift6",
"revision" : "f67005499aac61b4458ea536e62351d70b4647d6"
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/ntnmrndn/Texture.git", branch: "antoine/swift6"),
.package(url: "https://github.com/FluidGroup/Descriptors", from: "0.2.0"),
.package(url: "https://github.com/ntnmrndn/Descriptors", branch: "antoine/swift6"),
],
targets: [
.target(
name: "TextureSwiftSupport",
name: "TextureSwiftSupport",
dependencies: [
.product(name: "AsyncDisplayKit", package: "Texture"),
.product(name: "Descriptors", package: "Descriptors")
Expand Down

0 comments on commit f417f25

Please sign in to comment.