twitchapon-anim

Basic Twitchapon Receiver/Visuals
git clone git://bsandro.tech/twitchapon-anim
Log | Files | Refs | README | LICENSE

go.mod (160B)


      1 module git.sr.ht/~bsandro/twitchapon-anim
      2 
      3 go 1.15
      4 
      5 require (
      6 	github.com/hajimehoshi/ebiten/v2 v2.0.0
      7 	golang.org/x/image v0.0.0-20200927104501-e162460cd6b5
      8 )