Update Package.swift

This commit is contained in:
Jonas Salling
2020-10-09 00:00:39 +02:00
parent 9d5d43a7c9
commit ee0e3ade74

View File

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