Skip to content

Commit

Permalink
Bump SwiftUSD and log USD versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
furby-tm committed Apr 10, 2024
1 parent 35683cb commit 6b4039a
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 10 deletions.
67 changes: 60 additions & 7 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/wabiverse/MetaverseKit.git",
"state" : {
"revision" : "de4a89d68a4584a94b3eb2655e658c3474863bc5",
"version" : "1.6.7"
"revision" : "b398cc73d87ee19c7145926fe20e23b6a2dc81dc",
"version" : "1.7.1"
}
},
{
Expand Down Expand Up @@ -98,6 +98,14 @@
"version" : "0.4.1"
}
},
{
"identity" : "qlift",
"kind" : "remoteSourceControl",
"location" : "https://github.com/Longhanks/qlift",
"state" : {
"revision" : "ddab1f1ecc113ad4f8e05d2999c2734cdf706210"
}
},
{
"identity" : "rainbow",
"kind" : "remoteSourceControl",
Expand Down Expand Up @@ -173,10 +181,19 @@
{
"identity" : "swift-cross-ui",
"kind" : "remoteSourceControl",
"location" : "https://github.com/furby-tm/swift-cross-ui",
"location" : "https://github.com/stackotter/swift-cross-ui",
"state" : {
"branch" : "a26353e",
"revision" : "a26353e18775fb2db1282222a59e5ff7a1ec5307"
"branch" : "f57f7ab",
"revision" : "f57f7abc22c7aee3ba642ef714742776e2b767ed"
}
},
{
"identity" : "swift-cwinrt",
"kind" : "remoteSourceControl",
"location" : "https://github.com/thebrowsercompany/swift-cwinrt",
"state" : {
"branch" : "main",
"revision" : "ad451d31fc7c1c60041c146d177cdaf5aaf1cf47"
}
},
{
Expand Down Expand Up @@ -233,6 +250,42 @@
"version" : "509.1.1"
}
},
{
"identity" : "swift-uwp",
"kind" : "remoteSourceControl",
"location" : "https://github.com/thebrowsercompany/swift-uwp",
"state" : {
"branch" : "main",
"revision" : "cfad0a43469211bf7eb58ed23af3d4a176faec07"
}
},
{
"identity" : "swift-windowsappsdk",
"kind" : "remoteSourceControl",
"location" : "https://github.com/thebrowsercompany/swift-windowsappsdk",
"state" : {
"branch" : "main",
"revision" : "8d094d4478d0eabcf584fef133b8ce45287ecd72"
}
},
{
"identity" : "swift-windowsfoundation",
"kind" : "remoteSourceControl",
"location" : "https://github.com/thebrowsercompany/swift-windowsfoundation",
"state" : {
"branch" : "main",
"revision" : "ba7a8b5000ed3f9f077000d1a31f2a0b19907657"
}
},
{
"identity" : "swift-winui",
"kind" : "remoteSourceControl",
"location" : "https://github.com/thebrowsercompany/swift-winui",
"state" : {
"branch" : "main",
"revision" : "4c246a1352accfa5e12f7103bd2725b271730cce"
}
},
{
"identity" : "swiftcli",
"kind" : "remoteSourceControl",
Expand All @@ -256,8 +309,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/wabiverse/SwiftUSD.git",
"state" : {
"revision" : "a58439592bfcb279ecfde1287bdc37a6fd0e0227",
"version" : "23.11.32"
"revision" : "1bae4ae1645de394409209acb483d74afdd2a306",
"version" : "23.11.34"
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ let package = Package(

// --- 🦄 Package Dependencies. ---
dependencies: [
.package(url: "https://github.com/wabiverse/SwiftUSD.git", from: "23.11.32"),
.package(url: "https://github.com/wabiverse/SwiftUSD.git", from: "23.11.34"),
.package(url: "https://github.com/furby-tm/swift-bundler", from: "2.0.9"),
.package(url: "https://github.com/furby-tm/swift-cross-ui", revision: "a26353e")
.package(url: "https://github.com/stackotter/swift-cross-ui", revision: "f57f7ab")
],

// --- 🎯 Package Targets. ---
Expand Down
2 changes: 1 addition & 1 deletion Sources/Kraken/Creator.swift
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ extension Kraken
{
let v = ".".join(array: Kraken.version)

Msg.logger.log(level: .info, "\("Kraken".magenta) \("v".yellow)\(v.yellow)")
Msg.logger.log(level: .info, "\("Kraken".magenta) \("v".yellow)\(v.yellow) | \("PixarUSD".magenta) \("v".yellow)\(Pixar.version.yellow)")

return v
}
Expand Down

0 comments on commit 6b4039a

Please sign in to comment.