Skip to content

Commit

Permalink
Fix package product name
Browse files Browse the repository at this point in the history
* We import at PXR level.
  • Loading branch information
furby-tm committed Oct 17, 2023
1 parent 373459e commit 98d6458
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion Package.resolved
Original file line number Diff line number Diff line change
@@ -1,12 +1,21 @@
{
"pins" : [
{
"identity" : "metaversekit",
"kind" : "remoteSourceControl",
"location" : "https://github.com/wabiverse/MetaverseKit.git",
"state" : {
"revision" : "8dca0d70a9a2d2ad20e8b4046ae4287f10867553",
"version" : "1.0.0"
}
},
{
"identity" : "swiftusd",
"kind" : "remoteSourceControl",
"location" : "https://github.com/wabiverse/SwiftUSD.git",
"state" : {
"branch" : "main",
"revision" : "786f2d9ca8975410ce8a76cf2d95bf0cec000967"
"revision" : "4fd5f9def610a3bb0caa35cab986c5071e7453f7"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ let package = Package(
.executableTarget(
name: "Kraken",
dependencies: [
.product(name: "USD", package: "SwiftUSD"),
.product(name: "Pixar", package: "SwiftUSD"),
]
),
]
Expand Down
2 changes: 1 addition & 1 deletion Sources/Kraken/Creator.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* -------------------------------------------------------------- */

import Foundation
import USD
import Pixar

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

0 comments on commit 98d6458

Please sign in to comment.