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
@@ -25,33 +27,14 @@ These instructions will get your copy of the project up and running on your loca
25
27
26
28
### 💻 Installing
27
29
28
-
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
+
Swift Assimp is available for all platforms that support [Swift 5.3](https://swift.org/) and higher and the [Swift Package Manager (SPM)](https://github.com/apple/swift-package-manager).
29
31
30
32
Extend your `Package.swift` file with the following lines or use it to create a new project.
31
33
32
-
For package manifests using the Swift 5.1 toolchain use:
34
+
For package manifests using the Swift 5.3+ toolchain use:
0 commit comments