Add support for Swift Package Manager #1032

Closed
salling wants to merge 17 commits from swiftpm into main
9 changed files with 49 additions and 1 deletions
Showing only changes of commit 9d5d43a7c9 - Show all commits

View File

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