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-meow Show documentation
Show all versions of lwjgl-meow Show documentation
An extremely fast non-cryptographic hash.
/*
* Copyright LWJGL. All rights reserved.
* License terms: https://www.lwjgl.org/license
*/
module org.lwjgl.meow {
requires transitive org.lwjgl;
exports org.lwjgl.util.meow;
}