Skip to content

Commit

Permalink
Expose some MaterialX MSL shader gen cross-platform.
Browse files Browse the repository at this point in the history
* Apparently some of the MaterialX MSL API is supposed to be
  unconditionally included on all platforms (including Linux):
  wabiverse/MetaverseKit@0fdc4d9

Signed-off-by: furby™ <[email protected]>
  • Loading branch information
furby-tm committed Sep 16, 2024
1 parent fa9f292 commit 77d26fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Package.resolved
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"originHash" : "b578e4950659d87452abeae74ccfd257141643f057a66a82d910c427daf532eb",
"originHash" : "05bc9697bc08146abd2d96ad969785975ca59d466dcde022dc9c750d7b2a0bfb",
"pins" : [
{
"identity" : "galah",
Expand All @@ -15,8 +15,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/wabiverse/MetaverseKit",
"state" : {
"revision" : "d4f1ef5ef4ed6dfdbbb8b7fc64cb201b0c356d92",
"version" : "1.8.3"
"revision" : "0fdc4d984f76188d2b022d783d5984dfc2334b57",
"version" : "1.8.4"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ let package = Package(
dependencies: [
// prepare for SwiftCrossUI, for a cross-platform UsdView.
// .package(url: "https://github.com/stackotter/swift-cross-ui", revision: "5c5d8c8"),
.package(url: "https://github.com/wabiverse/MetaverseKit", from: "1.8.3"),
.package(url: "https://github.com/wabiverse/MetaverseKit", from: "1.8.4"),
.package(url: "https://github.com/apple/swift-log.git", from: "1.5.3"),
.package(url: "https://github.com/apple/swift-syntax.git", from: "510.0.3"),
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.4.0"),
Expand Down

0 comments on commit 77d26fe

Please sign in to comment.