File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ let package = Package(
66 name: " Gtk " ,
77 products: [ . library( name: " Gtk " , targets: [ " Gtk " ] ) ] ,
88 dependencies: [
9- . package ( url: " https://github.com/rhx/gir2swift.git " , branch: " development " ) ,
10- . package ( url: " https://github.com/rhx/SwiftGraphene.git " , branch: " development " ) ,
11- . package ( url: " https://github.com/rhx/SwiftAtk.git " , branch: " development " ) ,
12- . package ( url: " https://github.com/rhx/SwiftGsk.git " , branch: " development " ) ,
9+ . package ( url: " https://github.com/rhx/gir2swift.git " , branch: " main " ) ,
10+ . package ( url: " https://github.com/rhx/SwiftGraphene.git " , branch: " main " ) ,
11+ . package ( url: " https://github.com/rhx/SwiftAtk.git " , branch: " main " ) ,
12+ . package ( url: " https://github.com/rhx/SwiftGsk.git " , branch: " main " ) ,
1313 . package ( url: " https://github.com/apple/swift-docc-plugin " , from: " 1.0.0 " ) ,
1414 ] ,
1515 targets: [
You can’t perform that action at this time.
0 commit comments