Use ChunkyPNG for converting ICO bmp to png as gosu doesn't like doing it on the background thread, fixed Worker#service payload sometimes returning multiple events causing the json parser to have a bad time- also can support payloads larger than a megabyte now.

This commit is contained in:
2026-09-08 14:48:05 -05:00
parent 969a82a262
commit a7ae460446
5 changed files with 83 additions and 67 deletions

View File

@@ -8,7 +8,7 @@ gem "json"
# "game" library gem
gem "cyberarm_engine"
gem "sdl2-bindings"
gem "sdl3-bindings"
# networking libs
gem "async"
@@ -19,3 +19,4 @@ gem "async-websocket"
gem "digest-crc"
gem "ircparser"
gem "rubyzip"
gem "chunky_png"