Skip to content

Commit

Permalink
Use main branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
rhx committed Dec 26, 2023
1 parent cfa41ac commit f720415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ let package = Package(
name: "Gtk",
products: [ .library(name: "Gtk", targets: ["Gtk"]) ],
dependencies: [
.package(url: "https://github.com/rhx/gir2swift.git", branch: "development"),
.package(url: "https://github.com/rhx/gir2swift.git", branch: "main"),
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.3.0"),
],
targets: [
Expand Down

0 comments on commit f720415

Please sign in to comment.