diff --git a/gl-dri-natives/pom.xml b/gl-dri-natives/pom.xml index 769f253..af8a20a 100644 --- a/gl-dri-natives/pom.xml +++ b/gl-dri-natives/pom.xml @@ -12,9 +12,9 @@ nar OpenRS2 GL DRI Natives - Reimplementation of the jaggl_dri native library, which - implements the DRI hack to support the open-source Mesa drivers on UNIX - systems. + + Reimplementation of the jaggl_dri native library, which implements the DRI + hack to support the open-source Mesa drivers on UNIX systems. diff --git a/gl-natives/pom.xml b/gl-natives/pom.xml index 22f4c9c..75f1031 100644 --- a/gl-natives/pom.xml +++ b/gl-natives/pom.xml @@ -12,10 +12,11 @@ nar OpenRS2 GL Natives - Reimplementation of the jaggl native library, which implements - OpenGL bindings for Windows (WGL), macOS (CGL) and UNIX (GLX) systems. This - implementation supports modern versions of Java on macOS, as it is backed - by a CALayer instead of an NSView. + + Reimplementation of the jaggl native library, which implements OpenGL + bindings for Windows (WGL), macOS (CGL) and UNIX (GLX) systems. This + implementation supports modern versions of Java on macOS, as it is backed by + a CALayer instead of an NSView. diff --git a/misc-natives/pom.xml b/misc-natives/pom.xml index 1e57736..3fe900f 100644 --- a/misc-natives/pom.xml +++ b/misc-natives/pom.xml @@ -12,10 +12,10 @@ nar OpenRS2 Misc Natives - Reimplementation of the jagmisc native library, which implements - a high-precision timer for Windows systems. It is queried from a thread - pinned to a single processor core to work around hardware - bugs. + + Reimplementation of the jagmisc native library, which implements a + high-precision timer for Windows systems. It is queried from a thread + pinned to a single processor core to work around hardware bugs.