Skip to content

Commit

Permalink
Merge pull request #245 from OhKanghoon/master
Browse files Browse the repository at this point in the history
Remove `FlexLayoutYoga` duplicate dependency in Swift Package
  • Loading branch information
lucdion authored Feb 19, 2024
2 parents dabdefd + 8f5ad3b commit 29a687c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ let package = Package(
targets: [
.target(
name: "FlexLayout",
dependencies: ["FlexLayoutYoga", "FlexLayoutYogaKit"],
dependencies: ["FlexLayoutYogaKit"],
path: "Sources/Swift",
publicHeadersPath: "Public"
),
Expand Down

0 comments on commit 29a687c

Please sign in to comment.