Skip to content

Commit

Permalink
Fix: Remove old JOGL Implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
SonarSonic committed Jul 10, 2024
1 parent 31c4686 commit 2d04448
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@ dependencies {
implementation "org.apache.commons:commons-lang3:${apache_commons_lang3}"
implementation "org.apache.commons:commons-compress:${apache_compress}"

//// JOGL
implementation "org.jogamp.gluegen:gluegen-rt-main:${jogl_version}"
implementation "org.jogamp.jogl:jogl-all-main:${jogl_version}"
}

targetCompatibility = "19"
Expand Down
1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ joml_version=1.10.5
jcodec_version=0.2.5
bcel_version=6.8.2
aparapi_version=3.0.1
jogl_version=2.3.2
apache_commons_version=3.12.0
webp_imageio_version=0.1.6
easy_bind_version=1.0.3
Expand Down

0 comments on commit 2d04448

Please sign in to comment.