Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.3.4
->3.3.5
3.3.4
->3.3.5
Release Notes
LWJGL/lwjgl3 (org.lwjgl:lwjgl-tinyfd)
v3.3.5
: LWJGL 3.3.5Compare Source
Changes since 3.3.4:
Bindings
MathUtil
multi-release support forLong.divideUnsigned
/Long.remainderUnsigned
andMath.unsignedMultiplyHigh
.ALC_SOFT_system_events
extension.AL_EXT_debug
extension.AL_EXT_direct_context
extension.stb_image_resize
to 2.12 (up from 2.09)Improvements
org.jspecify:jspecify
dependency remains optional.Configuration.DISABLE_HASH_CHECKS
, a dynamic option that disables shared library hash checks. (#1007)Configuration.OPENGL_CONTEXT_API
option to control the default OpenGL context management API.Configuration.OPENGL(ES)_CONTEXT_API
options now support"OSMesa"
as a value.GLFW_OSMESA_CONTEXT_API
, LWJGL will try to load libOSMesa when enabled, without having to changeConfiguration.OPENGL_LIBRARY_NAME
.Fixes
va_list
parameters.Breaking Changes
errno/GetLastError()
with virtual output parameters. (#1003)LibCErrno.getErrno()
andWinBase.getLastError()
methods have been removed.org.lwjgl.system.linux.*
,org.lwjgl.system.windows.*
andorg.lwjgl.opengl.WGL
now take an optional output parameter for the error code.Linker.Option.CaptureCallState
in Project Panama's FFM API.module-info
class and the first batch of multi-release overrides now live underMETA-INF/versions/11
instead ofMETA-INF/versions/9
.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.