[Protocol] Add latin1 string decoder for gamespy1

This commit is contained in:
Douile 2023-08-21 17:56:03 +01:00 committed by Douile
parent 5bd609af72
commit e2414b197e
No known key found for this signature in database
GPG key ID: D94ABB9BCCB5A6EA
3 changed files with 35 additions and 2 deletions

View file

@ -29,6 +29,7 @@ byteorder = "1.4"
bzip2-rs = "0.1"
crc32fast = "1.3"
serde_json = "1.0"
encoding = "0.2"
serde = { version = "1.0", optional = true }