glfw_tree_rebuild.go 450 B

12345678910
  1. package glfw
  2. //go:generate ../../scripts/glfw_tree_rebuild.sh
  3. // upstreamTreeSHA is a recursive hash of the full contents of the upstream
  4. // glfw, as generated by git (doesn't need to be committed) when you run `go
  5. // generate` on this package. This exists to invalidate the build cache (see
  6. // https://github.com/go-gl/glfw/issues/269), which is unaffected by C source
  7. // inputs.
  8. const upstreamTreeSHA = "e0915525fab11fdcfaa6b575b3e4221536d7a01c"