Skip to content

Commit

Permalink
Remove SwiftBundler as a package dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
furby-tm committed Aug 14, 2024
1 parent 0a10edb commit 891b631
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" : "85af7f8df65d84fbadcb9e761f469337f208fea3adf6e60dfb02529427b0360c",
"originHash" : "f185df3d3c50c2e3f896f9a641d1efcb55956dcfff1daef529be75f505276ed8",
"pins" : [
{
"identity" : "galah",
Expand All @@ -15,8 +15,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/wabiverse/MetaverseKit",
"state" : {
"revision" : "52fa7685761b1c5f7691b15de6bc96da79befe47",
"version" : "1.7.7"
"revision" : "a93afc6413a829ef9c74f111128fb902677cf532",
"version" : "1.7.8"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,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.7.7"),
.package(url: "https://github.com/wabiverse/MetaverseKit", from: "1.7.8"),
.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 891b631

Please sign in to comment.