Specify SwiftGui version

Use version 0.1.0 instead of the main branch
This commit is contained in:
david-swift 2023-11-11 16:15:09 +01:00
parent a478acbdcd
commit 490e1a5be8

View File

@ -18,7 +18,7 @@ let package = Package(
) )
], ],
dependencies: [ dependencies: [
.package(url: "https://github.com/david-swift/SwiftGui", branch: "main") .package(url: "https://github.com/david-swift/SwiftGui", from: "0.1.0")
], ],
targets: [ targets: [
.target( .target(