You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[SwiftEnv](https://swiftenv.fuller.li/) for Swift version management - (optional)
25
+
*[Swiftlint](https://github.com/realm/SwiftLint) for linting - (optional)
25
26
26
27
### 💻 Installing
27
28
28
-
Swift Assimp is available for all platforms that support [Swift 5.0](https://swift.org/) and higher and the [Swift Package Manager (SPM)](https://github.com/apple/swift-package-manager).
29
+
Swift Assimp is available for all platforms that support [Swift 5.1](https://swift.org/) and higher and the [Swift Package Manager (SPM)](https://github.com/apple/swift-package-manager).
30
+
31
+
Extend your `Package.swift` file with the following lines or use it to create a new project.
29
32
30
-
Extend the following lines in your `Package.swift` file or use it to create a new project.
33
+
For package manifests using the Swift 5.1 toolchain use:
0 commit comments