diff options
author | Julien Gouesse <[email protected]> | 2013-11-04 20:39:05 +0100 |
---|---|---|
committer | Julien Gouesse <[email protected]> | 2013-11-04 20:39:05 +0100 |
commit | e857ca2719b458140a67d2bc87cf935f05172cc5 (patch) | |
tree | cb86b73f6fcd34f5465019b9d53c468db56d38eb /pom.xml | |
parent | 4c694e497da9d0e7f402babdd0b8cc9aa5d03860 (diff) |
Modifies the JOGL renderer in order to support the changes introduced in the public APIs of JOGL 2.1.x
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -239,7 +239,7 @@ <!-- these properties help simplify specifying some commonly occurring variables --> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <jogamp.version>2.0.2</jogamp.version> + <jogamp.version>2.1.2-rc-20131031</jogamp.version> <lwjgl.version>2.8.4</lwjgl.version> <swt.version>3650</swt.version> </properties> |