mirror of
https://github.com/processing/processing4.git
synced 2026-02-15 11:25:38 +01:00
added GLW library for native window output using NEWT
This commit is contained in:
8
java/libraries/glw/.classpath
Normal file
8
java/libraries/glw/.classpath
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="src" path="src"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
||||
<classpathentry combineaccessrules="false" kind="src" path="/processing-core"/>
|
||||
<classpathentry kind="lib" path="/processing-core/library/jogl-all.jar"/>
|
||||
<classpathentry kind="output" path="bin"/>
|
||||
</classpath>
|
||||
Reference in New Issue
Block a user