CEF: Remove jogl and jogamp deps by implementing a no-op renderer (#2095)

* CEF: Remove jogl and jogamp deps by implementing a no-op renderer

* Update readme
This commit is contained in:
Constantin Piber
2026-06-08 20:21:47 +02:00
committed by GitHub
parent 348d525b00
commit c81020dbb1
4 changed files with 25 additions and 16 deletions

View File

@@ -158,8 +158,6 @@ cronUtils = "com.cronutils:cron-utils:9.2.1"
# Webview
jcef = { module = "org.jetbrains.intellij.deps.jcef:jcef", version.ref = "jcef" }
gluegen = "org.jogamp.gluegen:gluegen-rt:2.5.0"
jogl = "org.jogamp.jogl:jogl-all:2.5.0"
# User
jwt = "com.auth0:java-jwt:4.5.2"