jambi-opengl.6.8.1.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of qtjambi-opengl Show documentation
Show all versions of qtjambi-opengl Show documentation
Classes that make it easy to use OpenGL in Qt applications.
The newest version!
/**
* Classes that make it easy to use OpenGL in Qt applications.
*/
module qtjambi.opengl {
requires java.base;
requires transitive qtjambi;
exports io.qt.opengl;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy