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-opus Show documentation
Show all versions of lwjgl-opus Show documentation
A totally open, royalty-free, highly versatile audio codec.
/*
* Copyright LWJGL. All rights reserved.
* License terms: https://www.lwjgl.org/license
*/
module org.lwjgl.opus {
requires transitive org.lwjgl;
exports org.lwjgl.util.opus;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy