Open Rizato opened 1 year ago
Right now neither the libgdx, nor lwjgl3 loaders work on macos with gradle projects. See https://github.com/code-disaster/steamworks4j/issues/117, which also affects intel macs.
Restoring the SteamAPI.loadLibraries()
function is probably the easiest/fastest path to working on macs again.
Doing a gradle sync with the
steamworks4j-lwjgl3:1.10.0-SNAPSHOT
results in an error ofCould not find lwjgl-3.3.1-${lwjgl.natives}.jar (org.lwjgl:lwjgl:3.3.1).
Gradle has limited support for Maven profiles.
See https://github.com/gradle/gradle/issues/20164