Skip to content

Commit d0f5f63

Browse files
committed
Update Manifold-Swift to 1.0.0
1 parent d22275d commit d0f5f63

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

Package.resolved

Lines changed: 10 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ let package = Package(
88
.library(name: "Cadova", targets: ["Cadova"]),
99
],
1010
dependencies: [
11-
//.package(url: "https://github.com/tomasf/manifold-swift.git", .upToNextMinor(from: "0.4.0")),
12-
.package(path: "../manifold-swift"),
11+
.package(url: "https://github.com/tomasf/manifold-swift.git", from: "1.0.0"),
1312
.package(url: "https://github.com/tomasf/ThreeMF.git", .upToNextMinor(from: "0.2.3")),
1413
.package(url: "https://github.com/tomasf/Apus.git", .upToNextMinor(from: "0.1.1")),
1514
.package(url: "https://github.com/tomasf/Pelagos.git", .upToNextMinor(from: "0.1.3")),

0 commit comments

Comments
 (0)