Skip to content

Commit

Permalink
Release SwiftUSD v24.8.11.
Browse files Browse the repository at this point in the history
Signed-off-by: furby™ <devs@wabi.foundation>
  • Loading branch information
furby-tm committed Dec 1, 2024
1 parent 5f503c7 commit 9868326
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rust-usd"
version = "24.8.10"
version = "24.8.11"
edition = "2021"
publish = []

Expand Down
2 changes: 1 addition & 1 deletion DeclarativePixarUSD.usda
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#usda 1.0
(
doc = "SwiftUSD v24.08.10 | Declarative API"
doc = "SwiftUSD v24.08.11 | Declarative API"
)

def "DeclarativeScene"
Expand Down
2 changes: 1 addition & 1 deletion HelloPixarUSD.usda
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#usda 1.0
(
doc = "SwiftUSD v24.08.10"
doc = "SwiftUSD v24.08.11"
)

def Xform "Geometry"
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
</a>
<br>
<a href="https://wabiverse.github.io/SwiftUSD/documentation/pixarusd/">
<img src="https://img.shields.io/badge/v24%2E8%2E9-DocumentationSource?style=flat-square&label=docs&labelColor=F05138&logo=swift&color=gray&logoColor=white">
<img src="https://img.shields.io/badge/v24%2E8%2E11-DocumentationSource?style=flat-square&label=docs&labelColor=F05138&logo=swift&color=gray&logoColor=white">
</a>
<a href="https://github.com/wabiverse/SwiftUSD/graphs/contributors">
<img src="https://img.shields.io/github/contributors-anon/wabiverse/SwiftUSD?color=8A2BE2&style=flat-square" alt="contributors" style="height: 20px;">
Expand Down 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: "24.8.10"),
.package(url: "https://github.com/wabiverse/SwiftUSD.git", from: "24.8.11"),
]
```

Expand Down Expand Up @@ -109,7 +109,7 @@ let package = Package(
),
],
dependencies: [
.package(url: "https://github.com/wabiverse/SwiftUSD.git", from: "24.8.10")
.package(url: "https://github.com/wabiverse/SwiftUSD.git", from: "24.8.11")
],
targets: [
/* 📕 For library products... */
Expand Down
2 changes: 1 addition & 1 deletion Sources/pxr/include/pxr/pxrns.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

/* ------ swift usd. ------ */

# define SWIFTUSD_EVOLUTION 10
# define SWIFTUSD_EVOLUTION 11
# define PXR_INTERNAL_NS Pixar

/* ------------------------ */
Expand Down

0 comments on commit 9868326

Please sign in to comment.