From a7e81e79d6b29e9872296725b31268c02253406f Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Wed, 17 Apr 2024 13:48:41 -0600 Subject: add docc plugin --- Package.swift | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Package.swift') 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. -- cgit v1.2.3