LWJGLX / lwjgl3-awt

AWT support for LWJGL3
MIT License
117 stars 25 forks source link

Could not find lwjgl-3.3.4-${lwjgl.natives}.jar (org.lwjgl:lwjgl:3.3.4) #74

Open KamilSafinDevloper opened 1 month ago

KamilSafinDevloper commented 1 month ago

This occurs when I'm trying to use library in version 0.2.1 In version 0.1.8 everything works fine

project.ext.lwjglVersion = "3.3.4"
project.ext.lwjglAwtVersion = "0.2.1"

implementation "org.lwjglx:lwjgl3-awt:${lwjglAwtVersion}"

implementation "org.lwjgl:lwjgl:${lwjglVersion}"

implementation "org.lwjgl:lwjgl:${lwjglVersion}:natives-windows-x86"
implementation "org.lwjgl:lwjgl:${lwjglVersion}:natives-linux"
implementation "org.lwjgl:lwjgl:${lwjglVersion}:natives-macos"

implementation "org.lwjgl:lwjgl-jawt:${lwjglVersion}"
SWinxy commented 1 week ago

@KamilSafinDevloper I've rolled back the LWJGL dependency to 3.3.3 because MoltenVK was crashing on macOS. Does 0.2.2 of this library regain functionality?

NachtRaben commented 1 week ago

Currently no, I had to exclude the lwjgl modules and manually add jawt from bom in order for this to run and compile properly.