Skip to content

Commit

Permalink
Bump SwiftUSD, ensure working order.
Browse files Browse the repository at this point in the history
  • Loading branch information
furby-tm committed Feb 18, 2024
1 parent ca78a60 commit fb34056
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/wabiverse/MetaverseKit.git",
"state" : {
"revision" : "92c46bd61003a57c85fb727e6d308ad39ced46e4",
"version" : "1.5.1"
"revision" : "c826dd68f0dc8f7b0e5aa5e5045d7203ab6c1df7",
"version" : "1.5.2"
}
},
{
Expand Down Expand Up @@ -212,8 +212,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/wabiverse/SwiftUSD.git",
"state" : {
"branch" : "dev",
"revision" : "b18ac0d5b1cc4d8289cb84a78f4719602fd4a449"
"revision" : "277133fc04e589ef70aa59d3749d5ea2195f55ae",
"version" : "23.11.27"
}
},
{
Expand Down
5 changes: 3 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ let package = Package(

// --- 🦄 Package Dependencies. ---
dependencies: [
.package(url: "https://github.com/wabiverse/SwiftUSD.git", branch: "dev"),
.package(url: "https://github.com/wabiverse/SwiftUSD.git", from: "23.11.27"),
.package(url: "https://github.com/apple/swift-llbuild.git", revision: "bc3ffd5"),
.package(url: "https://github.com/furby-tm/swift-bundler", from: "2.0.9"),
] + Arch.OS.pkgDeps(),
Expand Down Expand Up @@ -73,7 +73,8 @@ let package = Package(
.interoperabilityMode(.Cxx)
]
),
]
],
cxxLanguageStandard: .cxx17
)

public enum Arch
Expand Down

0 comments on commit fb34056

Please sign in to comment.