Releases: Osmerion/gradle-lwjgl3
Releases · Osmerion/gradle-lwjgl3
0.4.0
Improvements
- Added support for setting the LWJGL group and version in the
lwjgl3
project extension.- If specified, targets will now inherit the group and version from the
lwjgl3
extension.
- If specified, targets will now inherit the group and version from the
Breaking Changes
- Updated the minimum required Gradle version to 8.0 (from 7.6).
LWJGL
has been replaced withLwjgl
in class names to follow Kotlin naming conventions.
0.3.0
Improvements
- Added a predefined accessor for the msdfgen bindings. [GH-24]
- Added platform and architecture presets for FreeBSD x64.
- Added platform and architecture presets for RISC-V 64.
- Added platform and architecture presets for PowerPC 64 LE.
- Updated the default LWJGL version to 3.3.4. [GH-23]
Fixes
- Corrected invalid GitHub links in published POM.