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 be3c42f commit 69e7237Copy full SHA for 69e7237
Package.swift
@@ -6,8 +6,8 @@ let package = Package(
6
name: "GModule",
7
products: [ .library(name: "GModule", targets: ["GModule"]) ],
8
dependencies: [
9
- .package(url: "https://github.com/rhx/gir2swift.git", branch: "development"),
10
- .package(url: "https://github.com/rhx/SwiftGLib.git", branch: "development"),
+ .package(url: "https://github.com/rhx/gir2swift.git", branch: "main"),
+ .package(url: "https://github.com/rhx/SwiftGLib.git", branch: "main"),
11
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"),
12
],
13
targets: [
0 commit comments