Small maintenance release with some potentially breaking changes. See full change log below.
Also upgraded to support gradle 7.4.2 and publishing to maven central.
Change log:
- Added QuadBackgroundComponent.set/getAlphaDiscard().
Breaking change: QuadBackgroundComponent now defaults to 0 alpha discard
instead of the previous hard-coded 0.1 discard threshold. Discard
should be unnecessary for 2D UIs and may only be rarely necessary for
3D UIs. - Added IconComponent.set/getAlphaDiscard().
Breaking change: IconComponent now defaults to 0 alpha discard
instead of the previous hard-coded 0.1 discard threshold. Discard
should be unnecessary for 2D UIs and may only be rarely necessary for
3D UIs. - Migrated the build to gradle 7.4.2
- Moved distribution to maven central.