Ver código fonte

Remove docc dependency - bloated and aint nobody need that

Marcin Krzyzanowski 8 meses atrás
pai
commit
9fe4a1d28f
1 arquivos alterados com 0 adições e 7 exclusões
  1. 0 7
      Package.swift

+ 0 - 7
Package.swift

@@ -19,10 +19,3 @@ let package = Package(
   ],
   swiftLanguageVersions: [.v5]
 )
-
-#if swift(>=5.6)
-  // Add the documentation compiler plugin if possible
-  package.dependencies.append(
-    .package(url: "https://github.com/swiftlang/swift-docc-plugin", from: "1.3.0")
-  )
-#endif