Use main branch dependencies
This commit is contained in:
parent
04dacb5684
commit
8d5030115d
|
@ -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: [
|
||||
|
|
Loading…
Reference in New Issue