Use main branch dependencies

This commit is contained in:
Rene Hexel 2022-04-26 06:33:16 +10:00
parent 04dacb5684
commit 8d5030115d
1 changed files with 3 additions and 3 deletions

View File

@ -6,9 +6,9 @@ let package = Package(
name: "Gdk",
products: [ .library(name: "Gdk", targets: ["Gdk"]) ],
dependencies: [
.package(url: "https://github.com/rhx/gir2swift.git", branch: "development"),
.package(url: "https://github.com/rhx/SwiftGdkPixbuf.git", branch: "development"),
.package(url: "https://github.com/rhx/SwiftPangoCairo.git", branch: "development"),
.package(url: "https://github.com/rhx/gir2swift.git", branch: "main"),
.package(url: "https://github.com/rhx/SwiftGdkPixbuf.git", branch: "main"),
.package(url: "https://github.com/rhx/SwiftPangoCairo.git", branch: "main"),
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"),
],
targets: [