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-tootle Show documentation
Show all versions of lwjgl-tootle Show documentation
A 3D triangle mesh optimization library that improves on existing mesh preprocessing techniques.
The newest version!
/*
* Copyright LWJGL. All rights reserved.
* License terms: https://www.lwjgl.org/license
*/
module org.lwjgl.tootle {
requires transitive org.lwjgl;
exports org.lwjgl.util.tootle;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy