Skip to content

Commit

Permalink
Use main branch on dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
rhx committed Mar 11, 2025
1 parent fb35642 commit 88c8901
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ 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/SwiftGraphene.git", branch: "development"),
.package(url: "https://github.com/rhx/SwiftAtk.git", branch: "development"),
.package(url: "https://github.com/rhx/SwiftGsk.git", branch: "development"),
.package(url: "https://github.com/rhx/gir2swift.git", branch: "main"),
.package(url: "https://github.com/rhx/SwiftGraphene.git", branch: "main"),
.package(url: "https://github.com/rhx/SwiftAtk.git", branch: "main"),
.package(url: "https://github.com/rhx/SwiftGsk.git", branch: "main"),
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"),
],
targets: [
Expand Down

0 comments on commit 88c8901

Please sign in to comment.