Skip to content

Instantly share code, notes, and snippets.

@kadirmalak
Last active November 28, 2021 15:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kadirmalak/bb89f24bf42d5e4a9bafdbab226abd9f to your computer and use it in GitHub Desktop.
Save kadirmalak/bb89f24bf42d5e4a9bafdbab226abd9f to your computer and use it in GitHub Desktop.
Minimal OpenGL demo dependencies
; you may need to find out the name of the 'classifier' for your native OS
; here I'm on MacOS
[org.lwjgl/lwjgl "3.3.0"]
[org.lwjgl/lwjgl "3.3.0" :classifier "natives-macos"]
[org.lwjgl/lwjgl-opengl "3.3.0"]
[org.lwjgl/lwjgl-opengl "3.3.0" :classifier "natives-macos"]
[org.lwjgl/lwjgl-glfw "3.3.0"]
[org.lwjgl/lwjgl-glfw "3.3.0" :classifier "natives-macos"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment