Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
furby-tm committed Oct 20, 2023
1 parent a515e39 commit ce5c7c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ as well as support for **Microsoft Windows**. To learn more about Swift, please
- **OneTBB v2021.10.0**
- **Boost v1.81.2**
- **Python v3.11.6**
- **IMath v3.1.9**
- **Eigen v3.4.0**
- **Draco v1.5.6**
- **Glslang v12.3.1**
Expand All @@ -25,6 +26,6 @@ as well as support for **Microsoft Windows**. To learn more about Swift, please
##### To use MetaverseKit with Swift, add **MetaverseKit** as a **Package** dependency in your Package.swift file, [example usage](https://github.com/wabiverse/SwiftUSD/blob/main/Package.swift#L95).
```swift
dependencies: [
.package(url: "https://github.com/wabiverse/MetaverseKit.git", from: "1.0.7"),
.package(url: "https://github.com/wabiverse/MetaverseKit.git", from: "1.0.8"),
]
```

0 comments on commit ce5c7c8

Please sign in to comment.