LWJGLX / lwjgl3-awt

AWT support for LWJGL3
MIT License
115 stars 26 forks source link

Bundle Mac OS Native Lib inside jar #26

Closed tisoft closed 3 years ago

tisoft commented 3 years ago

Without this fix, the user of the lib has to manually place the macOS library in the library path, so that it gets loaded. This bundles the lib inside the jar and uses the Lwjgl library loading mechanism to load it.

httpdigest commented 3 years ago

Thanks!