Skip to content

jme3-alloc-v1.0.0-beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@pavly-gerges pavly-gerges released this 26 Mar 12:30
· 72 commits to master since this release
46fede0

What's Changed

  • Mac-OS-binary: renamed dylb to dylib by @Scrappers-glitch in #59
  • Gradle-builds: removed guava-jre by @Scrappers-glitch in #61
  • NativeBinaryLoader: proper logging through JUL by @Scrappers-glitch in #60
  • NativeBinaryLoader: refactor autoLoad to enabled by @Scrappers-glitch in #63

jMonkeyEngine Community Contributors

Full Changelog: 1.0.0-alpha-1...1.0.0-beta

In order to utilize in your project, add the API to your dependencies and make sure mavenCentral() is defined:

/* select your platform here */
final String platform = "desktop"

repositories {
    mavenCentral()
}
dependencies {
    implementation "io.github.software-hardware-codesign:jme3-alloc-${platform}:1.0.0-beta"
}