| 12345678910 |
- 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 = "e0915525fab11fdcfaa6b575b3e4221536d7a01c"
|