Update Package.swift

This commit is contained in:
dnrops 2023-08-08 20:59:45 +08:00
parent f40d719c2c
commit 8e9719fe80
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ let package = Package(
targets: ["YogaSwiftUI"]),
],
dependencies: [
.package(url: "https://github.com/tiepvuvan/yoga", branch: "main")
.package(url: "https://www.gitlink.org.cn/dnrops/yoga", branch: "main")
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.