Skip to content

Version 0.8.3

Compare
Choose a tag to compare
@jb-compose-bot jb-compose-bot released this 25 Apr 11:23
37ef84b
Option to not throw RenderException when use OpenGL on macOS (#915)

To allow using OpenGL on macOs, call:
```
System.setProperty("skiko.macos.opengl.enabled", "true")
```

By request from user in DM who uses LWJGL+Skiko on macOS.