Inceptum/launcher-imgui/src/main/java/module-info.java
JFronny 441a9b26b2
Some checks failed
ci/woodpecker/push/docs Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline failed
Remove manifold and add JPMS in every project except wrapper, launchwrapper and launcher-gtk
2023-05-05 18:49:56 +02:00

12 lines
377 B
Java

module io.gitlab.jfronny.inceptum.launcher.imgui {
exports io.gitlab.jfronny.inceptum.imgui;
requires transitive io.gitlab.jfronny.inceptum.launcher;
requires static org.jetbrains.annotations;
requires imgui.binding;
requires org.lwjgl;
requires org.lwjgl.glfw;
requires org.lwjgl.opengl;
requires org.lwjgl.tinyfd;
requires imgui.lwjgl3;
}