File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ let package = Package(
10
10
. executable( name: " stable-diffusion-ctl " , targets: [ " StableDiffusionControl " ] )
11
11
] ,
12
12
dependencies: [
13
- . package ( url: " https://github.com/apple/ml-stable-diffusion " , revision: " 5d2744e38297b01662b8bdfb41e899ac98036d8b " ) ,
14
- . package ( url: " https://github.com/apple/swift-protobuf " , from: " 1.6.0 " ) ,
13
+ . package ( url: " https://github.com/apple/ml-stable-diffusion.git " , revision: " 5d2744e38297b01662b8bdfb41e899ac98036d8b " ) ,
14
+ . package ( url: " https://github.com/apple/swift-protobuf.git " , from: " 1.6.0 " ) ,
15
15
. package ( url: " https://github.com/grpc/grpc-swift.git " , from: " 1.15.0 " ) ,
16
- . package ( url: " https://github.com/apple/swift-argument-parser " , from: " 1.2.0 " )
16
+ . package ( url: " https://github.com/apple/swift-argument-parser.git " , from: " 1.2.0 " )
17
17
] ,
18
18
targets: [
19
19
. target( name: " StableDiffusionProtos " , dependencies: [
You can’t perform that action at this time.
0 commit comments