mirror of
https://github.com/GayPizzaSpecifications/darwin-apk.git
synced 2025-08-04 05:51:31 +00:00
Quick n' dirty SwiftGraph
This commit is contained in:
@ -8,10 +8,14 @@ let package = Package(
|
||||
],
|
||||
dependencies: [
|
||||
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.6.1"),
|
||||
.package(url: "https://github.com/davecom/SwiftGraph", from: "3.1.0"),
|
||||
],
|
||||
targets: [
|
||||
.target(
|
||||
name: "darwin-apk",
|
||||
dependencies: [
|
||||
.product(name: "SwiftGraph", package: "SwiftGraph"),
|
||||
],
|
||||
path: "Sources/apk",
|
||||
),
|
||||
.testTarget(
|
||||
|
Reference in New Issue
Block a user