# 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" rust-version = "1.76.0" name = "pixelated" version = "0.2.0" exclude = [ "examples/", ".git/", ] description = "An opinionated pixel renderer focusing on simplicity." homepage = "https://github.com/stofffe/pixelated" documentation = "https://docs.rs/pixelated/latest/pixelated/" readme = "README.md" keywords = [ "pixels", "graphics", ] categories = [ "pixels", "graphics", "rendering", ] license = "MIT" repository = "https://github.com/stofffe/pixelated" [dependencies.bytemuck] version = "1.13.1" features = ["derive"] [dependencies.env_logger] version = "0.10" [dependencies.image] version = "0.24" features = [ "png", "jpeg", ] default-features = false [dependencies.log] version = "0.4" [dependencies.pollster] version = "0.2" [dependencies.wgpu] version = "0.19.3" [dependencies.winit] version = "0.29.15" features = []