We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b919bb commit c763a35Copy full SHA for c763a35
Package.swift
@@ -98,16 +98,16 @@ let package = Package(
98
.upToNextMinor(from: "0.3.2")
99
),
100
.package(
101
- url: "https://github.com/wabiverse/swift-windowsappsdk",
102
- branch: "main"
+ url: "https://github.com/stackotter/swift-windowsappsdk",
+ branch: "5caed8b4f1b4abc6fc89b8f0a8fa20f3edfab14a"
103
104
105
url: "https://github.com/thebrowsercompany/swift-windowsfoundation",
106
branch: "main"
107
108
109
- url: "https://github.com/wabiverse/swift-winui",
110
+ url: "https://github.com/stackotter/swift-winui",
+ branch: "42fe0034b7162f2de71ceea95725915d1147455a"
111
112
// .package(
113
// url: "https://github.com/stackotter/TermKit",
0 commit comments