Removed async-websocket, more work on netcode

This commit is contained in:
2020-05-08 21:42:14 -05:00
parent e3a2c9abe0
commit bae6a6a332
6 changed files with 60 additions and 35 deletions

View File

@@ -3,7 +3,6 @@ gem "rake"
gem "opengl-bindings", require: "opengl"
gem "cyberarm_engine", git: "https://github.com/cyberarm/cyberarm_engine"
gem "nokogiri", ">= 1.11.0.rc1"
gem "async-websocket"
group(:packaging) do
gem "releasy", github: "gosu/releasy"