faiface / pixel

A hand-crafted 2D game library in Go
MIT License
4.46k stars 245 forks source link

pixel-examples needs go.mod for examples to work (PR fixing this is out for review) #280

Closed willbeason closed 3 years ago

willbeason commented 3 years ago

Just a friendly prod since pixel-examples doesn't get updated much.

Other users pointed out in pixel-examples/#17 that with Go 1.15 module default flags, the examples in the repository no longer work out-of-the-box. I've created a pull request pixel-examples/#20 which resolves the issue.

delp commented 3 years ago

Hey @faiface I don't have permission to modify Pixel-Examples. Would you merge this PR please or grant perms?

dusk125 commented 3 years ago

The PR has been pulled in, closing.