LWJGL / lwjgl3-osgi

OSGi support for LWJGL 3
BSD 3-Clause "New" or "Revised" License
4 stars 5 forks source link

Remove unnecessary sun.misc.Unsafe dependencies #6

Closed io7m closed 7 years ago

io7m commented 7 years ago

Right now, all modules (optionally) depend on sun.misc, but it's likely more correct to state that only the base org.lwjgl.lwjgl module actually needs that dependency.