Upgrade OpenAL bits to LWJGL 3.

I didn't find a good way to determine whether OpenAL had already been
initialized. So if we need this whole "sharing AL with something else in the
same JVM" business, we'll need to find another way to do it.
This commit is contained in:
Michael Bayne
2025-08-08 10:34:03 -07:00
parent af792182c1
commit 8fdc7431de
10 changed files with 1061 additions and 37 deletions
+3 -9
View File
@@ -32,15 +32,9 @@
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.lwjgl.lwjgl</groupId>
<artifactId>lwjgl</artifactId>
<version>2.9.3</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.lwjgl.lwjgl</groupId>
<artifactId>lwjgl_util</artifactId>
<version>2.9.3</version>
<groupId>org.lwjgl</groupId>
<artifactId>lwjgl-openal</artifactId>
<version>3.3.6</version>
<optional>true</optional>
</dependency>
<dependency>