Skip to content

v1.3.0

Compare
Choose a tag to compare
@jayschwa jayschwa released this 10 Mar 20:15
· 148 commits to master since this release

Changes:

  • A new GLFWError type will be thrown on error, rather than the generic ErrorException. GLFWError contains fields for the error code and description from GLFW.
  • Non-fatal, platform-specific errors that usually occur on headless systems will be treated as warnings and not errors.