Skip to content

Commit

Permalink
Release v23.11.34.
Browse files Browse the repository at this point in the history
* With some compatibility fixes for Linux on both aarch64 & x86/64 to
  support both CentOS and Ubuntu, additionally linking against Python
  3.10 instead of Python 3.11 for a more out-of-the box experience for most
  users on Linux, if a different version of Python is preferred please submit
  an issue.
* Fix missing plugins on Linux when running the Pixar Bundler auto installer,
  you should no longer see any coding errors related to missing USD plugins
  in your application.
* Addition of Gf.Matrix4d and Gf.Vector4d, as well as UsdGeom.Curves.
  • Loading branch information
furby-tm committed Apr 6, 2024
1 parent 02c1d61 commit 1bae4ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ For more details, please visit the web site [here](http://openusd.org).
##### To use Pixar's USD in swift, add SwiftUSD as a package dependency in your project's Package.swift file.
```swift
dependencies: [
.package(url: "https://github.com/wabiverse/SwiftUSD.git", from: "23.11.33"),
.package(url: "https://github.com/wabiverse/SwiftUSD.git", from: "23.11.34"),
]
```

Expand Down Expand Up @@ -109,7 +109,7 @@ let package = Package(
),
],
dependencies: [
.package(url: "https://github.com/wabiverse/SwiftUSD.git", from: "23.11.33")
.package(url: "https://github.com/wabiverse/SwiftUSD.git", from: "23.11.34")
],
targets: [
/* 📕 For library products... */
Expand Down

0 comments on commit 1bae4ae

Please sign in to comment.