[package] name = "twgpu" version = "0.3.0" edition = "2021" authors = ["Patiga "] license = "AGPL-3.0-only" description = "Render Teeworlds and DDNet maps" repository = "https://gitlab.com/Patiga/twgpu" keywords = ["teeworlds", "ddnet", "graphics"] [dependencies] bytemuck = { version = "1.9.1", features = [ "derive" ] } fixed = "1.24.0" image = "0.24.1" ndarray = "0.15.6" rand_core = "0.6.4" rand_pcg = "0.3.1" twgame = "0.1.0" twmap = "0.12.2" twsnap = "0.1.1" vek = { version = "0.16.1", default-features = false, features = ["bytemuck", "az", "uv", "rgba", "std"] } wgpu = "0.19.3" winit = "0.29.15"