From 98683267c0cf3f1c52c04da1844e03a54f9f5ff0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?furby=E2=84=A2?= Date: Sun, 1 Dec 2024 02:42:09 -0700 Subject: [PATCH] Release SwiftUSD v24.8.11. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: furby™ --- Cargo.lock | 2 +- Cargo.toml | 2 +- DeclarativePixarUSD.usda | 2 +- HelloPixarUSD.usda | 2 +- README.md | 6 +++--- Sources/pxr/include/pxr/pxrns.h | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 01d297350..67a2f5c74 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -62,7 +62,7 @@ dependencies = [ [[package]] name = "rust-usd" -version = "24.8.10" +version = "24.8.11" dependencies = [ "swift-bridge", "swift-bridge-build", diff --git a/Cargo.toml b/Cargo.toml index 66b475817..3c9ec568b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rust-usd" -version = "24.8.10" +version = "24.8.11" edition = "2021" publish = [] diff --git a/DeclarativePixarUSD.usda b/DeclarativePixarUSD.usda index 0b9c3f2e6..3af62c186 100644 --- a/DeclarativePixarUSD.usda +++ b/DeclarativePixarUSD.usda @@ -1,6 +1,6 @@ #usda 1.0 ( - doc = "SwiftUSD v24.08.10 | Declarative API" + doc = "SwiftUSD v24.08.11 | Declarative API" ) def "DeclarativeScene" diff --git a/HelloPixarUSD.usda b/HelloPixarUSD.usda index 8b810f2ce..179caef4b 100644 --- a/HelloPixarUSD.usda +++ b/HelloPixarUSD.usda @@ -1,6 +1,6 @@ #usda 1.0 ( - doc = "SwiftUSD v24.08.10" + doc = "SwiftUSD v24.08.11" ) def Xform "Geometry" diff --git a/README.md b/README.md index 3ac4aa2d3..f1e499051 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@
- + contributors @@ -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"), ] ``` @@ -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... */ diff --git a/Sources/pxr/include/pxr/pxrns.h b/Sources/pxr/include/pxr/pxrns.h index 53e80dbf2..2bd1381fb 100644 --- a/Sources/pxr/include/pxr/pxrns.h +++ b/Sources/pxr/include/pxr/pxrns.h @@ -29,7 +29,7 @@ /* ------ swift usd. ------ */ -# define SWIFTUSD_EVOLUTION 10 +# define SWIFTUSD_EVOLUTION 11 # define PXR_INTERNAL_NS Pixar /* ------------------------ */