From e06244556a8380501ee0aa7dd9d7e21769aeb6ce Mon Sep 17 00:00:00 2001 From: Uko Kokņevičs Date: Sat, 10 Jan 2026 16:04:56 +0200 Subject: Add LWJGL --- pom.xml | 160 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 160 insertions(+) diff --git a/pom.xml b/pom.xml index f14907b..48bd9ae 100644 --- a/pom.xml +++ b/pom.xml @@ -65,6 +65,7 @@ 1.10.8 6.0.2 1.18.42 + 3.3.6 4.7.7 3.15.2 7.20.0 @@ -108,6 +109,13 @@ pom import + + org.lwjgl + lwjgl-bom + ${lwjgl.version} + pom + import + com.aayushatharva.brotli4j @@ -667,5 +675,157 @@ + + + lwjgl-natives-freebsd-amd64 + + + unix + freebsd + amd64 + + + + natives-freebsd + + + + lwjgl-natives-linux-amd64 + + + unix + linux + amd64 + + + + natives-linux + + + + lwjgl-natives-linux-aarch64 + + + unix + linux + aarch64 + + + + natives-linux-arm64 + + + + lwjgl-natives-linux-arm + + + unix + linux + arm + + + + natives-linux-arm32 + + + + lwjgl-natives-linux-arm32 + + + unix + linux + arm32 + + + + natives-linux-arm32 + + + + lwjgl-natives-linux-ppc64le + + + unix + linux + ppc64le + + + + natives-linux-ppc64le + + + + lwjgl-natives-linux-riscv64 + + + unix + linux + riscv64 + + + + natives-linux-riscv64 + + + + lwjgl-natives-macos-x86_64 + + + mac + x86_64 + + + + natives-macos + + + + lwjgl-natives-macos-aarch64 + + + mac + aarch64 + + + + natives-macos-arm64 + + + + lwjgl-natives-windows-amd64 + + + windows + amd64 + + + + natives-windows + + + + lwjgl-natives-windows-x86 + + + windows + x86 + + + + natives-windows-x86 + + + + lwjgl-natives-windows-aarch64 + + + windows + aarch64 + + + + natives-windows-arm64 + + -- cgit v1.2.3