Skip to content

Commit

Permalink
Add dependency resolutions for all os platform deps.
Browse files Browse the repository at this point in the history
* This should have been in the last release with the Linux fixes here:
  63bd37f
* So this will issue a new release of v1.4.2.
  • Loading branch information
furby-tm committed Jan 11, 2024
1 parent 63bd37f commit d54cecb
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 2 deletions.
27 changes: 27 additions & 0 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,24 @@
"version" : "4.2.0"
}
},
{
"identity" : "metaversepythonframework",
"kind" : "remoteSourceControl",
"location" : "https://github.com/wabiverse/MetaversePythonFramework",
"state" : {
"revision" : "7e0507f8c9bd4aa18e23b62f896b0ee766d696c1",
"version" : "3.11.4"
}
},
{
"identity" : "metaversevulkanframework",
"kind" : "remoteSourceControl",
"location" : "https://github.com/wabiverse/MetaverseVulkanFramework",
"state" : {
"revision" : "d81c5b35576887a5e04211657cca1535b43ab0a5",
"version" : "1.26.1"
}
},
{
"identity" : "pathkit",
"kind" : "remoteSourceControl",
Expand All @@ -36,6 +54,15 @@
"version" : "1.0.1"
}
},
{
"identity" : "pythonkit",
"kind" : "remoteSourceControl",
"location" : "https://github.com/pvieito/PythonKit.git",
"state" : {
"revision" : "41dd1e76bb31661f59efbc1784e8f60ccc32a9d5",
"version" : "0.4.1"
}
},
{
"identity" : "rainbow",
"kind" : "remoteSourceControl",
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ releases, and we will provide monolithic releases in accordance with the [**VFX
### Industry Swift Targets
> [!IMPORTANT]
> As of **January 10th, 2024** **Linux** is now supported, in addition to **Apple** platforms,
> you can grab the latest release [here](https://github.com/wabiverse/MetaverseKit/releases/tag/v1.3.9)! 🎉
> you can grab the latest release [here](https://github.com/wabiverse/MetaverseKit/releases/tag/v1.4.2)! 🎉
> With **Microsoft Windows** support coming sometime in the near future.
| Swift Target | Version |
Expand Down Expand Up @@ -79,7 +79,7 @@ releases, and we will provide monolithic releases in accordance with the [**VFX
##### 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#L85).
```swift
dependencies: [
.package(url: "https://github.com/wabiverse/MetaverseKit.git", from: "1.3.9"),
.package(url: "https://github.com/wabiverse/MetaverseKit.git", from: "1.4.2"),
]
```

Expand Down

0 comments on commit d54cecb

Please sign in to comment.