# 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 = "wgpu-tilemap" version = "0.1.1" authors = ["Avi Weinstock "] description = "wgpu middleware for GPU-accelerated tilemap rendering, primarily targeted at 2d games" readme = "README.md" keywords = [ "2d", "gamedev", "tile", "tiled", "wgpu", ] categories = [ "game-development", "graphics", "rendering", ] license = "Apache-2.0" repository = "https://github.com/aweinstock314/wgpu-tilemap" [dependencies.bytemuck] version = "1.13" features = ["derive"] [dependencies.csv] version = "1.2" optional = true [dependencies.image] version = "0.24" optional = true default-features = false [dependencies.serde] version = "1.0" optional = true [dependencies.vek] version = "0.15" [dependencies.wgpu] version = "0.17" [dependencies.wgpu-profiler] version = "0.14" optional = true [features] csv = ["dep:csv"] default = [] image = ["dep:image"] serde = ["dep:serde"] wgpu-profiler = ["dep:wgpu-profiler"]