We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53a46af commit eee31fcCopy full SHA for eee31fc
Package.swift
@@ -8,7 +8,7 @@ let package = Package(
8
.library(name: "Cadova", targets: ["Cadova"]),
9
],
10
dependencies: [
11
- .package(url: "https://github.com/tomasf/manifold-swift.git", .upToNextMinor(from: "0.2.3")),
+ .package(url: "https://github.com/tomasf/manifold-swift.git", .upToNextMinor(from: "0.4.0")),
12
.package(url: "https://github.com/tomasf/ThreeMF.git", .upToNextMinor(from: "0.2.0")),
13
.package(url: "https://github.com/tomasf/Apus.git", .upToNextMinor(from: "0.1.1")),
14
0 commit comments