diff --git a/gl-natives/pom.xml b/gl-natives/pom.xml index f0a88e3a..52c3f9d6 100644 --- a/gl-natives/pom.xml +++ b/gl-natives/pom.xml @@ -15,8 +15,8 @@ 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. + implementation supports both modern and legacy versions of Java on macOS, + as it may be backed by a CALayer or an NSView.