File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
- // swift-tools-version:5.0
1
+ // swift-tools-version:5.7
2
2
// The swift-tools-version declares the minimum version of Swift required to build this package.
3
3
4
4
import PackageDescription
5
5
6
6
let package = Package (
7
7
name: " ScenesShell " ,
8
8
dependencies: [
9
+ . package ( url: " https://github.com/apple/swift-atomics.git " , from: " 1.0.2 " )
9
10
] ,
10
11
targets: [
11
12
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
12
13
// Targets can depend on other targets in this package, and on products in packages which this package depends on.
13
- . target(
14
- name: " ScenesShell " ) ,
14
+ . executableTarget(
15
+ name: " ScenesShell " ,
16
+ dependencies: [ . product( name: " Atomics " , package : " swift-atomics " ) ] )
15
17
]
16
18
)
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