Skip to content

Commit a30d789

Browse files
authored
Take offset state from outside (#9)
1 parent a6efbc4 commit a30d789

File tree

2 files changed

+184
-154
lines changed

2 files changed

+184
-154
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ import PackageDescription
55

66
let package = Package(
77
name: "swiftui-snap-dragging-modifier",
8-
platforms: [.iOS(.v14)],
8+
platforms: [.iOS(.v15)],
99
products: [
1010
.library(
1111
name: "SwiftUISnapDraggingModifier",
1212
targets: ["SwiftUISnapDraggingModifier"]
1313
)
1414
],
1515
dependencies: [
16-
.package(url: "https://github.com/FluidGroup/swiftui-support", from: "0.4.0"),
16+
.package(url: "https://github.com/FluidGroup/swiftui-support", from: "0.9.0"),
1717
.package(url: "https://github.com/FluidGroup/swift-rubber-banding", from: "1.0.0")
1818
],
1919
targets: [

0 commit comments

Comments
 (0)