META-INF.versions.9.module-info Maven / Gradle / Ivy
/*
* Copyright LWJGL. All rights reserved.
* License terms: https://www.lwjgl.org/license
*/
module org.lwjgl.hwloc {
requires transitive org.lwjgl;
exports org.lwjgl.util.hwloc;
}
/*
* Copyright LWJGL. All rights reserved.
* License terms: https://www.lwjgl.org/license
*/
module org.lwjgl.hwloc {
requires transitive org.lwjgl;
exports org.lwjgl.util.hwloc;
}