Added libui to gems list to use in future for its open_folder dialogs, improvements to server list updater and server browser to correctly handle unregistering and registering servers

This commit is contained in:
2024-03-11 13:09:05 -05:00
parent 29c8667602
commit c1ca3ec80e
7 changed files with 130 additions and 73 deletions

View File

@@ -15,6 +15,7 @@ require "time"
require "base64"
require "zip"
require "excon"
require "libui"
class W3DHub
W3DHUB_DEBUG = ARGV.join.include?("--debug")