Commit Graph

5 Commits

Author SHA1 Message Date
Liam Galvin de446cc01a More makefile fun 2018-11-23 21:21:17 +00:00
Michael Daffin 24a3491145 Removes the vendor director in favour of go modules support
Unfortunately, Go modules has some issues with glfw where it does not
correctly vendor the c source files. Given the stronger version
guarantees with go modules, it was opted to drop the vendor directory
in favour of supporting the latest tooling.

Instructions for building and the circle ci configs have been updated to
match.
2018-10-30 20:44:18 +00:00
Michael Daffin c320460ffb Switchs to go modules
This allows the project to be built out of the GOPATH and is offically built into the go tools.
2018-10-30 16:57:41 +00:00
Liam Galvin 5e45e820ea switch to glfw beta 3.3 to avoid X11 joystick issue 2018-10-21 11:46:40 +01:00
Liam Galvin f185f655d1 switch to nice pty library 2018-08-13 17:48:37 +01:00