META-INF.versions.11.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lwjgl-nanovg Show documentation
Show all versions of lwjgl-nanovg Show documentation
A small antialiased vector graphics rendering library for OpenGL. Also includes NanoSVG, a simple SVG parser.
/*
* Copyright LWJGL. All rights reserved.
* License terms: https://www.lwjgl.org/license
*/
module org.lwjgl.nanovg {
requires transitive org.lwjgl;
requires static org.lwjgl.bgfx;
requires static org.lwjgl.opengl;
requires static org.lwjgl.opengles;
exports org.lwjgl.nanovg;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy