Skip to content

Commit e2ac493

Browse files
committed
Updated for latest Scenes version
* Updated to Igis 1.4.0, Scenes 1.1.6, and ScenesAnimations 1.0.0 * Updated to swift-tools-version:5.7 * Added newly required Swift Atomics
1 parent 9d222d9 commit e2ac493

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

Package.swift

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
)

dylib.manifest

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
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

0 commit comments

Comments
 (0)