Skip to content

Commit 60b7413

Browse files
authored
Drop useless (#59)
1 parent 6998a4f commit 60b7413

File tree

6 files changed

+300
-362
lines changed

6 files changed

+300
-362
lines changed

Development/Development.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 1 addition & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.resolved

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ let package = Package(
3131
dependencies: [
3232
.package(url: "https://github.com/FluidGroup/swift-indexed-collection", from: "0.2.1"),
3333
.package(url: "https://github.com/siteline/swiftui-introspect", from: "1.3.0"),
34-
.package(url: "https://github.com/FluidGroup/swift-with-prerender", from: "1.0.0")
3534
],
3635
targets: [
3736
// Targets are the basic building blocks of a package, defining a module or a test suite.
@@ -51,8 +50,7 @@ let package = Package(
5150
.target(
5251
name: "ScrollTracking",
5352
dependencies: [
54-
.product(name: "SwiftUIIntrospect", package: "swiftui-introspect"),
55-
.product(name: "WithPrerender", package: "swift-with-prerender"),
53+
.product(name: "SwiftUIIntrospect", package: "swiftui-introspect")
5654
]
5755
),
5856
.target(

0 commit comments

Comments
 (0)