jme3-alloc-v1.0.0-beta
Pre-release
Pre-release
·
72 commits
to master
since this release
What's Changed
- Mac-OS-binary: renamed
dylb
todylib
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
toenabled
by @Scrappers-glitch in #63
jMonkeyEngine Community Contributors
- Issue #53 was opened by @Ali-RS
- Issue #52 was opened by @Ali-RS
- Code Review #60 by @Ali-RS
- Testing
jme3-alloc-v1.0.0-alpha-1
by @Ali-RS
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"
}