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 2227ee5 commit ba21763Copy full SHA for ba21763
Package.swift
@@ -10,8 +10,8 @@ let package = Package(
10
targets: ["Graphene"]),
11
],
12
dependencies: [
13
- .package(url: "https://github.com/rhx/gir2swift.git", branch: "development"),
14
- .package(url: "https://github.com/rhx/SwiftGObject.git", branch: "development"),
+ .package(url: "https://github.com/rhx/gir2swift.git", branch: "main"),
+ .package(url: "https://github.com/rhx/SwiftGObject.git", branch: "main"),
15
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"),
16
17
targets: [
0 commit comments