Preset
A predefined collection of LWJGL modules that can be added as a group.
Presets provide convenient bundles of commonly used LWJGL modules, such as minimal OpenGL or Vulkan configurations, without requiring users to list each module manually.
Example:
import com.smushytaco.lwjgl_gradle.Preset
lwjgl {
implementation(Preset.MINIMAL_OPENGL)
}Content copied to clipboard