Skip to content

Commit 2b2bf6c

Browse files
authored
Update README.md
Because Swift 6.1 is out, a dev snapshot is no longer needed.
1 parent f1ac52e commit 2b2bf6c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ A Swift interface to the [Manifold geometry library](https://github.com/elalish/
66

77
This SPM package includes Manifold, as well as its dependencies Clipper2 and oneTBB as Git submodules, so no additional dependencies are needed beyond the C++ standard library. Manifold-Swift covers most of the Manifold API, and naming is similar but using Swift conventions. It works on all Apple platforms as well as Linux and Windows.
88

9-
Due to a bug in Swift that isn't fixed in the latest release (as of 2025-01-13, version 6.0.3), the library requires a recent development snapshot of Swift to build on Windows.
10-
119
## Usage
1210

1311
Add the package as a dependency in your Package.swift (or Xcode project). Because the library interfaces with C++, you need to enable C++ interoperability.

0 commit comments

Comments
 (0)