Skip to content

Releases: Osmerion/gradle-lwjgl3

0.4.0

09 Sep 12:09
4f29ed9
Compare
Choose a tag to compare

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.

Breaking Changes

  • Updated the minimum required Gradle version to 8.0 (from 7.6).
  • LWJGL has been replaced with Lwjgl in class names to follow Kotlin naming conventions.

0.3.0

28 Jul 21:52
05d5f1c
Compare
Choose a tag to compare

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.

0.2.0

17 Sep 20:58
77a0466
Compare
Choose a tag to compare

Improvements

  • Updated the default LWJGL version to 3.3.3.

0.1.0

03 Jul 20:57
ea8ffaf
Compare
Choose a tag to compare

Overview

A Gradle plugin to simplify working with LWJGL 3.