Skip to content

Commit

Permalink
chore: remove duplicated FlexLayoutYoga dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
OhKanghoon committed Feb 18, 2024
1 parent dabdefd commit 8f5ad3b
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 8f5ad3b

Please sign in to comment.