File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1- // swift-tools-version:5.1
1+ // swift-tools-version:5.7
22// The swift-tools-version declares the minimum version of Swift required to build this package.
33
44import PackageDescription
@@ -15,12 +15,13 @@ let package = Package(
1515 dependencies: [
1616 // Dependencies declare other packages that this package depends on.
1717 // .package(url: /* package url */, from: "1.0.0"),
18+ . package ( url: " https://github.com/apple/swift-atomics.git " , from: " 1.0.2 " )
1819 ] ,
1920 targets: [
2021 // Targets are the basic building blocks of a package. A target can define a module or a test suite.
2122 // Targets can depend on other targets in this package, and on products in packages which this package depends on.
2223 . target(
23- name: " ScenesControls " ,
24- dependencies: [ ] ) ,
24+ name: " ScenesControls " ,
25+ dependencies: [ . product ( name : " Atomics " , package : " swift-atomics " ) ] )
2526 ]
2627)
Original file line number Diff line number Diff line change 1- Igis 1.3.7
2- Scenes 1.1.5
1+ Igis 1.4.0
2+ Scenes 1.1.6
You can’t perform that action at this time.
0 commit comments