Skip to content

Commit

Permalink
Take offset state from outside (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
muukii authored Jul 20, 2024
1 parent a6efbc4 commit a30d789
Show file tree
Hide file tree
Showing 2 changed files with 184 additions and 154 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ import PackageDescription

let package = Package(
name: "swiftui-snap-dragging-modifier",
platforms: [.iOS(.v14)],
platforms: [.iOS(.v15)],
products: [
.library(
name: "SwiftUISnapDraggingModifier",
targets: ["SwiftUISnapDraggingModifier"]
)
],
dependencies: [
.package(url: "https://github.com/FluidGroup/swiftui-support", from: "0.4.0"),
.package(url: "https://github.com/FluidGroup/swiftui-support", from: "0.9.0"),
.package(url: "https://github.com/FluidGroup/swift-rubber-banding", from: "1.0.0")
],
targets: [
Expand Down
Loading

0 comments on commit a30d789

Please sign in to comment.