Skip to content
This repository was archived by the owner on Jun 19, 2024. It is now read-only.

Commit 3b547e5

Browse files
committed
Remove gson
1 parent 59124b8 commit 3b547e5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

example/lwjgl3-opengl/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ dependencies {
3535

3636
implementation group: 'org.lwjgl', name: 'lwjgl-glfw', version: '3.2.2'
3737
runtimeOnly group: 'org.lwjgl', name: 'lwjgl-glfw', version: '3.2.2', classifier: lwjglClassifier()
38-
39-
implementation group:'com.google.code.gson', name:'gson', version: '2.8.6'
4038
}
4139

4240
def runDir = file("run")

0 commit comments

Comments
 (0)