elect86.lwjgl
Owner: Giuseppe Barbieri
Easier Lwjgl dependency management
https://github.com/elect86/lwjgl
Sources: https://github.com/elect86/magik
Version 0.0.11 (latest)
0.0.11
Created 12 October 2021.
Easier Lwjgl dependency management
Add this plugin to your build using the plugins DSL:
plugins {
id("elect86.lwjgl") version "0.0.11"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.github.elect86:plugin:0.0.11") } } apply(plugin = "elect86.lwjgl")
- Applying plugins to all subprojects .