Add support for Swift Package Manager #1032

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

View File

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