Skip to content

Commit

Permalink
Remove unused dependency.
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 94887b5 commit 3a043df
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/swift-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: 📱 Install iOS Platform
run: |
xcodebuild -downloadPlatform iOS
- name: 🦦 Install Swift Bundler
run: |
curl -o swift-bundler -L https://github.com/wabiverse/wabi-swift-bundler/releases/download/v3.0.0/swift-bundler
Expand Down
1 change: 0 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,6 @@ let package = Package(
.product(name: "Ptex", package: "MetaverseKit"),
.product(name: "Draco", package: "MetaverseKit"),
.product(name: "Eigen", package: "MetaverseKit"),
.product(name: "CosmoGraph", package: "MetaverseKit"),
/* ---------- Apple only libs. ---------- */
.product(name: "Apple", package: "MetaverseKit", condition: .when(platforms: Arch.OS.apple.platform)),
/* ---------- Console logging. ---------- */
Expand Down
2 changes: 1 addition & 1 deletion Sources/PixarUSD/Imaging/HgiMetal/HgiMetal.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* ---------------------------------------------------------------- */

#if canImport(Metal)
import CosmoGraph
import Metal
import HgiMetal

public enum HgiMetal
Expand Down

0 comments on commit 3a043df

Please sign in to comment.