Skip to content

Commit

Permalink
OCIO: more avx support.
Browse files Browse the repository at this point in the history
  • Loading branch information
furby-tm committed Mar 16, 2024
1 parent b0370e5 commit 7217d19
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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",
"state" : {
"revision" : "3808e3931f6ed91f4a416effdaa854fac83ea4c5",
"version" : "1.6.3"
"revision" : "a70c389672235fa9f9fb68eefaa3fcfc22eb819f",
"version" : "1.6.4"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ let package = Package(
),
],
dependencies: [
.package(url: "https://github.com/wabiverse/MetaverseKit", from: "1.6.3"),
.package(url: "https://github.com/wabiverse/MetaverseKit", from: "1.6.4"),
.package(url: "https://github.com/furby-tm/swift-bundler", from: "2.0.9"),
.package(url: "https://github.com/apple/swift-log.git", from: "1.5.3"),
.package(url: "https://github.com/apple/swift-syntax.git", from: "509.0.0"),
Expand Down

0 comments on commit 7217d19

Please sign in to comment.