Skip to content

Commit

Permalink
successfully build metaversekit on visionOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
furby-tm committed Jun 12, 2024
1 parent 06c38a4 commit a149db4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions Package.resolved
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"originHash" : "7cea198ab812e3b4d38943fa2f8c65684f9e30b568adeff9df68b2dcaeac4bda",
"pins" : [
{
"identity" : "aexml",
Expand Down Expand Up @@ -32,8 +33,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/wabiverse/MetaversePythonFramework",
"state" : {
"revision" : "fc6d15f768b0a675207aecea248bd4f63f4c4133",
"version" : "3.11.6"
"revision" : "e2f4ba867b7e287a283a27a0005ab64deef14279",
"version" : "3.11.7"
}
},
{
Expand Down Expand Up @@ -244,5 +245,5 @@
}
}
],
"version" : 2
"version" : 3
}
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -1267,7 +1267,7 @@ enum Arch
{
#if os(macOS) || os(visionOS) || os(iOS) || os(tvOS) || os(watchOS)
[
.package(url: "https://github.com/wabiverse/MetaversePythonFramework", from: "3.11.6"),
.package(url: "https://github.com/wabiverse/MetaversePythonFramework", from: "3.11.7"),
.package(url: "https://github.com/wabiverse/MetaverseVulkanFramework", from: "1.26.2"),
]
#else /* os(Linux) || os(Android) || os(OpenBSD) || os(FreeBSD) || os(Windows) || os(Cygwin) || os(WASI) */
Expand Down
2 changes: 1 addition & 1 deletion Sources/Imath
Submodule Imath updated 1 files
+31 −6 src/Imath/ImathGL.h
2 changes: 1 addition & 1 deletion Sources/LZMA2/common/sysdefs.h
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
# elif SIZEOF_SIZE_T == 8
# define SIZE_MAX UINT64_MAX
# else
# error size_t is not 32-bit or 64-bit
# define SIZE_MAX UINT64_MAX
# endif
#endif
#if SIZE_MAX != UINT32_MAX && SIZE_MAX != UINT64_MAX
Expand Down

0 comments on commit a149db4

Please sign in to comment.