Skip to content

Commit c763a35

Browse files
committed
Switch to stackotter forks of winui and windowsappsdk (slimmer)
1 parent 3b919bb commit c763a35

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Package.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,16 +98,16 @@ let package = Package(
9898
.upToNextMinor(from: "0.3.2")
9999
),
100100
.package(
101-
url: "https://github.com/wabiverse/swift-windowsappsdk",
102-
branch: "main"
101+
url: "https://github.com/stackotter/swift-windowsappsdk",
102+
branch: "5caed8b4f1b4abc6fc89b8f0a8fa20f3edfab14a"
103103
),
104104
.package(
105105
url: "https://github.com/thebrowsercompany/swift-windowsfoundation",
106106
branch: "main"
107107
),
108108
.package(
109-
url: "https://github.com/wabiverse/swift-winui",
110-
branch: "main"
109+
url: "https://github.com/stackotter/swift-winui",
110+
branch: "42fe0034b7162f2de71ceea95725915d1147455a"
111111
),
112112
// .package(
113113
// url: "https://github.com/stackotter/TermKit",

0 commit comments

Comments
 (0)