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.3
1+ // swift-tools-version:5.7
22// The swift-tools-version declares the minimum version of Swift required to build this package.
33
44/*
@@ -32,11 +32,13 @@ let package = Package(
3232 targets: [ " MerlinKarel " ] ) ,
3333 ] ,
3434 dependencies: [
35+ . package ( url: " https://github.com/apple/swift-atomics.git " , from: " 1.0.2 " )
3536 ] ,
3637 targets: [
3738 // Targets are the basic building blocks of a package. A target can define a module or a test suite.
3839 // Targets can depend on other targets in this package, and on products in packages which this package depends on.
3940 . target(
40- name: " MerlinKarel " ) ,
41+ name: " MerlinKarel " ,
42+ dependencies: [ . product( name: " Atomics " , package : " swift-atomics " ) ] )
4143 ]
4244)
Original file line number Diff line number Diff line change 1- Igis 1.3.7
2- Scenes 1.1.5
3- ScenesAnimations 0.1.5
1+ Igis 1.4.0
2+ Scenes 1.1.6
3+ ScenesAnimations 1.0.0
You can’t perform that action at this time.
0 commit comments