[package] name = "twgpu-tools" version = "0.3.1" edition = "2021" authors = ["Patiga "] license = "AGPL-3.0-only" description = "Collection of tools about rendering Teeworlds and DDNet maps" repository = "https://gitlab.com/Patiga/twgpu" keywords = ["teeworlds", "ddnet", "graphics"] [dependencies] clap = { version = "4.5.4", features = ["derive"] } env_logger = "0.9.0" ffmpeg-next = "7.0.0" image = "0.24.2" notify = "6.1.1" pollster = "0.2.5" rayon = "1.10.0" sanitize-filename = "0.5.0" twgpu = { path = "../twgpu", version = "0.3.0" } twgame = "0.1.0" twmap = "0.12.3" twsnap = "0.1.1" twstorage = "0.1.1" vek = { version = "0.16.1", default-features = false, features = ["bytemuck", "az", "rgba", "std", "uv"] } wgpu = "0.19.3" winit = "0.29.15"