philcali / sbt-lwjgl-plugin

An sbt / lwjgl plugin
MIT License
44 stars 12 forks source link

Update for LWJGL 2.8 #20

Closed chuckadams closed 13 years ago

chuckadams commented 13 years ago

LWJGL 2.8 is now in Maven Central, with coordinates of "org.lwjgl.lwjgl" % "lwjgl" % "2.8.1" (yes, the groupid has lwjgl twice). Natives are now a smidge trickier, since they're all packaged in an artifact named "lwjgl-platform", but with a different classifier per platform. The same thing is done for jinput and its native deps. It's probably easier to just look at the POMs than to explain it.

philcali commented 13 years ago

Thanks for the update. I'd rather rely on Maven, than to pull down stables from sourceforge :P

I plan on spending some quality time with the plugin this week.

philcali commented 13 years ago

Moving discussion to issue #21.