Skip to content

Commit

Permalink
Add target dependency notice to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Brendonovich committed Aug 6, 2023
1 parent 2d2db28 commit d6c3df8
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ let package = Package(
),
],
targets: [
.target(
// Must specify swift-rs as a dependency of your target
dependencies: [
.product(
name: "SwiftRs",
package: "swift-rs"
)
],
)
.target(
// Must specify swift-rs as a dependency of your target
dependencies: [
.product(
name: "SwiftRs",
package: "swift-rs"
)
],
)
]
)
```
Expand Down

0 comments on commit d6c3df8

Please sign in to comment.