We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc297b4 commit bc29947Copy full SHA for bc29947
Package.swift
@@ -6,7 +6,7 @@ let package = Package(
6
name: "Gtk",
7
products: [ .library(name: "Gtk", targets: ["Gtk"]) ],
8
dependencies: [
9
- .package(url: "https://github.com/rhx/gir2swift.git", branch: "development"),
+ .package(url: "https://github.com/rhx/gir2swift.git", branch: "main"),
10
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.3.0"),
11
],
12
targets: [
0 commit comments