source "https://gem.coop" # "standard lib" gems gem "base64" gem "rexml" gem "logger" gem "json" # "game" library gem gem "cyberarm_engine" gem "sdl3-bindings" gem "gosu", '1.5.0' # temporary, manually built, stand-in for SDL3 supporting gosu # networking libs gem "async" gem "async-http" gem "async-websocket" # misc. libs gem "digest-crc" gem "ircparser" gem "rubyzip" gem "chunky_png"