Skip to content

v1.5.7 | Forge

Compare
Choose a tag to compare
@furby-tm furby-tm released this 14 Mar 13:57
· 111 commits to main since this release
1307787

What's New

🎧 swift on.
  • Fix apple cross-platform compatibility.
    • Targeting generic devices no longer causes build failures, generic devices are used for creating build archives, used for apple app store submissions. Preserving the route of simplicity to the end user so that they are free to ship metaversekit and swiftusd within their own macOS, iOS, and visionOS apps with no overhead.
    • This temporarily removes gzip support from libdeflate on apple platforms, since generic platforms remove the ability to target specific arm architecture features.

Usage

Add MetaverseKit as a package dependency to your own Swift project's Package.swift file:

// swift-tools-version: 5.9

dependencies: [
  .package(url: "https://github.com/wabiverse/MetaverseKit", from: "1.5.7")
]

Linux

For Linux, these are the only dependencies required, as MetaverseKit provides everything else:

Dependency CentOS Ubuntu
Boost boost-devel libboost-all-dev
Python python3-devel python3-dev
BZ2 bzip2-devel libbz2-dev
ZLib zlib-devel zlib1g-dev