# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "twgpu-tools" version = "0.3.1" authors = ["Patiga "] description = "Collection of tools about rendering Teeworlds and DDNet maps" readme = "README.md" keywords = [ "teeworlds", "ddnet", "graphics", ] license = "AGPL-3.0-only" repository = "https://gitlab.com/Patiga/twgpu" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.env_logger] version = "0.9.0" [dependencies.ffmpeg-next] version = "7.0.0" [dependencies.image] version = "0.24.2" [dependencies.notify] version = "6.1.1" [dependencies.pollster] version = "0.2.5" [dependencies.rayon] version = "1.10.0" [dependencies.sanitize-filename] version = "0.5.0" [dependencies.twgame] version = "0.1.0" [dependencies.twgpu] version = "0.3.0" [dependencies.twmap] version = "0.12.3" [dependencies.twsnap] version = "0.1.1" [dependencies.twstorage] version = "0.1.1" [dependencies.vek] version = "0.16.1" features = [ "bytemuck", "az", "rgba", "std", "uv", ] default-features = false [dependencies.wgpu] version = "0.19.3" [dependencies.winit] version = "0.29.15"