Skip to content

Commit cfe8a14

Browse files
committed
point swift-windowsappsdk to wabi fork.
* this is so that the WindowsAppSDK bootstrap works on both arm64 and x86_64 windows. Signed-off-by: furby™ <[email protected]>
1 parent c72824c commit cfe8a14

File tree

3 files changed

+86
-22
lines changed

3 files changed

+86
-22
lines changed

Examples/Package.resolved

Lines changed: 45 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.resolved

Lines changed: 40 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ var swift510Products: [Product] = []
1717
#if swift(>=5.10)
1818
swift510Dependencies = [
1919
.package(
20-
url: "https://github.com/thebrowsercompany/swift-windowsappsdk",
20+
url: "https://github.com/wabiverse/swift-windowsappsdk",
2121
branch: "main"
2222
),
2323
.package(

0 commit comments

Comments
 (0)