twsnap 0.7.1

Common snapshot format between TwGpu and TwGame
[package]
name = "twsnap"
version = "0.7.1"
edition = "2021"
authors = ["Patiga <dev@patiga.eu>", "Zwelf <zwelf@strct.cc>"]
license = "AGPL-3.0-only"
description = "Common snapshot format between TwGpu and TwGame"
documentation = "https://docs.rs/twsnap"
repository = "https://gitlab.com/ddnet-rs/twsnap"
keywords = ["teeworlds", "ddnet"]

[dependencies]
arrayvec = { version = "0.7.4", features = ["serde"] }
bitflags = { version = "2.4.1", features = ["serde"] }
fixed = { version = "1.24.0", features = ["serde"] }
hashbrown = { version = "0.14.3", features = ["serde"] }
num_enum = "0.7.1"
vek = { version = "0.16.1", features = ["rgb"] }
warn = "0.2.1"
serde = "1.0.197"

pre-rfc3243-libtw2-common = "0.1.0"
pre-rfc3243-libtw2-demo = "0.1.0"
pre-rfc3243-libtw2-gamenet-ddnet = "0.1.1"