zorldo

Goofing around with Ebiten
git clone git://bsandro.tech/zorldo
Log | Files | Refs | README

glfw_tree_rebuild.go (450B)


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