Skip to content

Commit

Permalink
Fix shaders resources paths.
Browse files Browse the repository at this point in the history
Signed-off-by: furby™ <[email protected]>
  • Loading branch information
furby-tm committed Dec 29, 2024
1 parent 65608bf commit b0dfb5b
Show file tree
Hide file tree
Showing 12 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -746,6 +746,7 @@ let package = Package(
.target(name: "UsdShade"),
],
resources: [
.copy("shaders"),
.process("Resources")
],
cxxSettings: [
Expand Down Expand Up @@ -800,6 +801,7 @@ let package = Package(
.target(name: "UsdShade"),
],
resources: [
.copy("shaders"),
.process("Resources")
],
cxxSettings: [
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit b0dfb5b

Please sign in to comment.