gregjohnson2017 / tabula-editor

An image editor built from scratch with OpenGL in Go.
MIT License
7 stars 0 forks source link

Remove SDL2 build dependency #51

Closed kroppt closed 4 years ago

kroppt commented 4 years ago

As of 0.4.0, github.com/veandco/go-sdl2 supports static compilation using the -tags static build flag. (for module mode, which we are using.. has been available since 0.3.0) This allows us to build without having SDL2 installed at all.