From f417f25b1d42beb5c60b51cce4add2242b837c8b Mon Sep 17 00:00:00 2001 From: Antoine Marandon Date: Wed, 27 Nov 2024 12:20:07 +0900 Subject: [PATCH] Update Dependency --- Package.resolved | 8 ++++---- Package.swift | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Package.resolved b/Package.resolved index 41fb4f8..ec9b43e 100644 --- a/Package.resolved +++ b/Package.resolved @@ -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" } }, { diff --git a/Package.swift b/Package.swift index 019b139..093ce60 100644 --- a/Package.swift +++ b/Package.swift @@ -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")