aboutsummaryrefslogtreecommitdiff
path: root/vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/deps/dummy.go
blob: b31e7889016bc6c74f58d46f80a94f6d44946b54 (plain)
1
2
3
4
5
6
7
8
9
10
11
// +build required

// Package dummy prevents go tooling from stripping the c dependencies.
package dummy

import (
	// Prevent go tooling from stripping out the c source files.
	_ "github.com/go-gl/glfw/v3.3/glfw/glfw/deps/glad"
	_ "github.com/go-gl/glfw/v3.3/glfw/glfw/deps/mingw"
	_ "github.com/go-gl/glfw/v3.3/glfw/glfw/deps/vs2008"
)