diff --git a/Package.resolved b/Package.resolved deleted file mode 100644 index ede9d34..0000000 --- a/Package.resolved +++ /dev/null @@ -1,32 +0,0 @@ -{ - "pins" : [ - { - "identity" : "colorvector", - "kind" : "remoteSourceControl", - "location" : "https://github.com/Lakr233/ColorVector.git", - "state" : { - "revision" : "031ce6ce65c0b347fb192302aa8ec4a17cc1494f", - "version" : "1.0.3" - } - }, - { - "identity" : "msdisplaylink", - "kind" : "remoteSourceControl", - "location" : "https://github.com/Lakr233/MSDisplayLink.git", - "state" : { - "revision" : "89e224c797de6d2ec6552a568f62ef9ba016def0", - "version" : "1.1.0" - } - }, - { - "identity" : "springinterpolation", - "kind" : "remoteSourceControl", - "location" : "https://github.com/Lakr233/SpringInterpolation.git", - "state" : { - "revision" : "ff526fec3ef6df62395141a0cc55a4ba2d82ee81", - "version" : "1.2.2" - } - } - ], - "version" : 2 -} diff --git a/Package.swift b/Package.swift index 65ef3b3..f7ee9d2 100644 --- a/Package.swift +++ b/Package.swift @@ -17,7 +17,7 @@ let package = Package( dependencies: [ .package(url: "https://github.com/Lakr233/ColorVector.git", from: "1.0.3"), .package(url: "https://github.com/Lakr233/SpringInterpolation.git", from: "1.2.2"), - .package(url: "https://github.com/Lakr233/MSDisplayLink.git", from: "1.1.0"), + .package(url: "https://github.com/Lakr233/MSDisplayLink.git", from: "1.1.1"), ], targets: [ .target(