twitchapon-anim

Basic Twitchapon Receiver/Visuals
git clone git://bsandro.tech/twitchapon-anim
Log | Files | Refs | README | LICENSE

dummy.go (339B)


      1 // +build required
      2 
      3 // Package dummy prevents go tooling from stripping the c dependencies.
      4 package dummy
      5 
      6 import (
      7 	// Prevent go tooling from stripping out the c source files.
      8 	_ "github.com/go-gl/glfw/v3.3/glfw/glfw/deps/glad"
      9 	_ "github.com/go-gl/glfw/v3.3/glfw/glfw/deps/mingw"
     10 	_ "github.com/go-gl/glfw/v3.3/glfw/glfw/deps/vs2008"
     11 )