dev
Add original source of glfw 3.3.7
* Modify glfw cmake scripts to be compatible with ours * Working keyboard input using glfw * Make player compile & run on linux * Implement relative mouse movement events and mouse scroll events using glfw * Do not keep track of plugins which failed to load. * OnResize, OnWindowMove, OnFocus and OnClickClose support for glfw window. * Add glfw ezScreen implementation * Remove sfml and xcb dependency
Removal of zlib (#639)
Added .gitattributes file to enforce consistent line-endings (#872)
Gamepad input using GLFW (#609)
Added script to exclude platform specific files from automatic build