gregjohnson2017 / tabula-editor

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

Upgrade github.com/veandco/go-sdl2 to 0.4.4 #52

Closed kroppt closed 4 years ago

kroppt commented 4 years ago

This allows users to build without having SDL2 and some of its dependencies installed. This would be done using -tags static as a build flag. For static builds, a few dependencies will still need to be installed in static builds, but the following would not need to be installed:

Building this way on Actions didn't seem very worthwhile, as the build time for the project is unchanged.