Update Package.swift

This commit is contained in:
Jonas Salling
2020-10-08 20:34:30 +02:00
committed by GitHub
parent d0ece8108d
commit 9d5d43a7c9

View File

@@ -11,7 +11,6 @@ let package = Package(
products: [
.library(
name: "yoga",
type: .dynamic,
targets: ["yoga"]
),
],