add dependency on docc-plugin to support local previewing of documentation

This commit is contained in:
Joe Heck 2024-10-30 12:22:22 -07:00
parent 46a4542886
commit 4a084282d3
1 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,9 @@ let package = Package(
.library(name: "FirebladeECS",
targets: ["FirebladeECS"])
],
dependencies: [
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"),
],
targets: [
.target(name: "FirebladeECS",
exclude: ["Stencils/Family.stencil"]),