v2.0.9
Changes
- Bumps MetaverseKit's
ImGuidependency from the swift collective, to fix incorrect linker flags being passed when cross-compiling for Android (5bd25cf), which previously resulted in linker errors with Android trying to link against OpenGL/X11, instead of GLESv3/EGL. - Of note: as of Swift 6.3 on Microsoft Windows, this package now compiles successfully for that platform too. Likely thanks to @compnerd's continued efforts and the rest of the Swift on Windows team.
🎧 now playing
listen to the impermanence of life by tiny music.
Usage
Add MetaverseKit as a package dependency to your own Swift project's Package.swift file:
// swift-tools-version: 5.10
dependencies: [
.package(url: "https://github.com/wabiverse/MetaverseKit", from: "2.0.9")
]Linux
For Linux, these are the only dependencies required, as MetaverseKit provides everything else.
Tip
If you are on a distro like Ubuntu there is a good chance you already have most of these installed.
| Dependency | CentOS | Ubuntu |
|---|---|---|
| BZ2 | bzip2-devel | libbz2-dev |
| ZLib | zlib-devel | zlib1g-dev |
| FreeGLUT | freeglut-devel | freeglut3-dev |
| DEFLATE | libdeflate-devel | libdeflate-dev |
| Expat | libexpat-devel | libexpat1-dev |
| Xcursor | libXcursor-devel | libxcursor-dev |
| Xt | libXt-devel | libxt-dev |
| Xi | libXi-devel | libxi-dev |
| Xinerama | libXinerama-devel | libxinerama-dev |
| Xrandr | libXrandr-devel | libxrandr-dev |