aboutsummaryrefslogtreecommitdiff
path: root/vendor/github.com/go-gl/glfw/v3.3/glfw/glfw_tree_rebuild.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/go-gl/glfw/v3.3/glfw/glfw_tree_rebuild.go')
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/glfw_tree_rebuild.go10
1 files changed, 10 insertions, 0 deletions
diff --git a/vendor/github.com/go-gl/glfw/v3.3/glfw/glfw_tree_rebuild.go b/vendor/github.com/go-gl/glfw/v3.3/glfw/glfw_tree_rebuild.go
new file mode 100644
index 0000000..3bdb0a9
--- /dev/null
+++ b/vendor/github.com/go-gl/glfw/v3.3/glfw/glfw_tree_rebuild.go
@@ -0,0 +1,10 @@
+package glfw
+
+//go:generate ../../scripts/glfw_tree_rebuild.sh
+
+// upstreamTreeSHA is a recursive hash of the full contents of the upstream
+// glfw, as generated by git (doesn't need to be committed) when you run `go
+// generate` on this package. This exists to invalidate the build cache (see
+// https://github.com/go-gl/glfw/issues/269), which is unaffected by C source
+// inputs.
+const upstreamTreeSHA = "6a900c40071c813fab7f32ef4c0b67eae5ce98b5"