Quick n' dirty SwiftGraph

This commit is contained in:
2025-07-10 05:37:24 +10:00
parent 6ea612f9fc
commit 1cc43897b1
5 changed files with 99 additions and 101 deletions

View File

@ -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(