Skip to content

Commit

Permalink
Detach DraggingModifier (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
muukii authored May 6, 2023
1 parent 6ade413 commit 5dc1fd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 343 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ let package = Package(
dependencies: [
// Dependencies declare other packages that this package depends on.
// .package(url: /* package url */, from: "1.0.0"),
.package(url: "https://github.com/muukii/swiftui-GestureVelocity", from: "0.1.0")
.package(url: "https://github.com/FluidGroup/swiftui-gesture-velocity", from: "1.0.0")
],
targets: [
.target(
name: "SwiftUISupport",
dependencies: [
.product(name: "GestureVelocity", package: "swiftui-GestureVelocity"),
.product(name: "SwiftUIGestureVelocity", package: "swiftui-gesture-velocity"),
]
),
.testTarget(
Expand Down
341 changes: 0 additions & 341 deletions Sources/SwiftUISupport/Modifiers/SnapDraggingModifier.swift

This file was deleted.

0 comments on commit 5dc1fd4

Please sign in to comment.