Add description to all modules

master
Graham 5 years ago
parent 0cc1780007
commit ab6743f8d7
  1. 3
      gl-dri-natives/pom.xml
  2. 4
      gl-natives/pom.xml
  3. 4
      misc-natives/pom.xml

@ -12,6 +12,9 @@
<packaging>nar</packaging>
<name>OpenRS2 GL DRI Natives</name>
<description>Reimplementation of the jaggl_dri native library, which
implements the DRI hack to support the open-source Mesa drivers on UNIX
systems.</description>
<properties>
<openrs2.root>${project.parent.basedir}</openrs2.root>

@ -12,6 +12,10 @@
<packaging>nar</packaging>
<name>OpenRS2 GL Natives</name>
<description>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.</description>
<properties>
<openrs2.root>${project.parent.basedir}</openrs2.root>

@ -12,6 +12,10 @@
<packaging>nar</packaging>
<name>OpenRS2 Misc Natives</name>
<description>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.</description>
<properties>
<openrs2.root>${project.parent.basedir}</openrs2.root>

Loading…
Cancel
Save