META-INF.versions.9.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lwjgl-glfw Show documentation
Show all versions of lwjgl-glfw Show documentation
A multi-platform library for OpenGL, OpenGL ES and Vulkan development on the desktop. It provides a simple API for creating windows, contexts and surfaces, receiving input and events.
/*
* Copyright LWJGL. All rights reserved.
* License terms: https://www.lwjgl.org/license
*/
module org.lwjgl.glfw {
requires transitive org.lwjgl;
requires static org.lwjgl.egl;
requires static org.lwjgl.opengl;
requires static org.lwjgl.vulkan;
exports org.lwjgl.glfw;
}