aboutsummaryrefslogtreecommitdiff
path: root/vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/deps/dummy.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/deps/dummy.go')
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/deps/dummy.go11
1 files changed, 11 insertions, 0 deletions
diff --git a/vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/deps/dummy.go b/vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/deps/dummy.go
new file mode 100644
index 0000000..b31e788
--- /dev/null
+++ b/vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/deps/dummy.go
@@ -0,0 +1,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"
+)