aboutsummaryrefslogtreecommitdiff
path: root/vendor/github.com/go-gl/glfw/v3.3/glfw/glfw_tree_rebuild.go
blob: 3bdb0a9e0dbf116807175f5b6ee02ea9bc6310ec (plain)
1
2
3
4
5
6
7
8
9
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"