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-ovr Show documentation
Show all versions of lwjgl-ovr Show documentation
The API of the Oculus SDK.
The newest version!
/*
* Copyright LWJGL. All rights reserved.
* License terms: https://www.lwjgl.org/license
*/
module org.lwjgl.ovr {
requires transitive org.lwjgl;
requires static org.lwjgl.opengl;
requires static org.lwjgl.vulkan;
exports org.lwjgl.ovr;
}