Updated .hgignore
Updated meson command in readme
fix(paper): remove type suffix on constant literal in vertex data

OpenGL does not allow type suffix 'f' on constant literals in versions below 120
Some compilers like nvidia's appear to be strict about this.
Properly setup wayland protocol versioning
Fixed glpaper with new wlroots not allowing 0 width/height with unanchored surfaces
Added info about the mailing list to the README
Fixed fbo rendering not working properly
Cleaned up includes
Removed the eclipse make files
If no shader is given the help is printed and if a shader can't be found it no longer seg faults
Moved to meson
Added the ability to render at any resolution, not just the display resolution
Better array formatting
Less hardcoded sizes and more sizeof use
Fixed spacing in README
Added automated builds
When forked we close stdout, stderr, and stdin to fully detach from the terminal
Removed libdl from the linker options
Updated glad
Added a fork option
Next