aboutsummaryrefslogtreecommitdiff
path: root/Package.swift
diff options
context:
space:
mode:
Diffstat (limited to 'Package.swift')
-rw-r--r--Package.swift3
1 files changed, 3 insertions, 0 deletions
diff --git a/Package.swift b/Package.swift
index d1695e8..f9bb845 100644
--- a/Package.swift
+++ b/Package.swift
@@ -11,6 +11,9 @@ let package = Package(
name: "SwiftChessNeo",
targets: ["SwiftChessNeo"]),
],
+ dependencies: [
+ .package(url: "https://github.com/apple/swift-docc-plugin", from: "1.1.0")
+ ],
targets: [
// Targets are the basic building blocks of a package, defining a module or a test suite.
// Targets can depend on other targets in this package and products from dependencies.