Skip to content

Commit

Permalink
Export Swog as part of Swexy
Browse files Browse the repository at this point in the history
  • Loading branch information
EricRabil committed Sep 1, 2022
1 parent 0b43611 commit 611ecee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,14 @@ 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/EricRabil/Swog", from: "1.0.4")
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
// Targets can depend on other targets in this package, and on products in packages this package depends on.
.target(
name: "Swexy",
dependencies: []),
dependencies: ["Swog"]),
.testTarget(
name: "SwexyTests",
dependencies: ["Swexy"]),
Expand Down
2 changes: 1 addition & 1 deletion Sources/Swexy/Swexy.swift
Original file line number Diff line number Diff line change
@@ -1 +1 @@

@_exported import Swog

0 comments on commit 611ecee

Please sign in to comment.