Skip to content

Commit e7402e6

Browse files
committed
Updated for latest Scenes version
* Updated to Igis 1.4.0 and Scenes 1.1.6 * Updated to swift-tools-version:5.7 * Added newly required Swift Atomics
1 parent 94e24f3 commit e7402e6

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

Package.swift

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

44
import 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
)

dylib.manifest

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Igis 1.3.7
2-
Scenes 1.1.5
1+
Igis 1.4.0
2+
Scenes 1.1.6

0 commit comments

Comments
 (0)