Last active
November 28, 2021 15:24
-
-
Save kadirmalak/bb89f24bf42d5e4a9bafdbab226abd9f to your computer and use it in GitHub Desktop.
Minimal OpenGL demo dependencies
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; 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