LWJGLX / lwjgl3-awt

AWT support for LWJGL3
MIT License
115 stars 26 forks source link

Mark lwjgl-opengl and lwjgl-vulkan as optional #27

Closed tisoft closed 3 years ago

tisoft commented 3 years ago

If you are only using OpenGL, you don't need the Vulkan libraries and vice versa.

This prevents polluting the dependency tree with unneeded stuff.

tisoft commented 3 years ago

That was quick! Thanks. 😄

tisoft commented 3 years ago

@httpdigest The deploy step seems to have failed during signing.

httpdigest commented 3 years ago

Yeah, I am already working on it. Switching from 'master' to 'main' branch invalidated the keys. With it, I am also quickly migrating to GitHub Actions.

httpdigest commented 3 years ago

Okay, GitHub Actions build and deploy (to oss.sonatype.org) is up. Now, new commits to 'main' will build a new snapshot, accessible via the repository https://oss.sonatype.org/content/repositories/snapshots.

tisoft commented 3 years ago

Thanks!

Already integrated it into my libgdx PR libgdx/libgdx#6247 😄