# 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 = "pigeon-2d" version = "0.5.0" authors = ["Chameko"] description = "A simple, flexable, cross-platform 2D rendering library." readme = "README.md" license = "MIT" repository = "https://github.com/Chameko/pigeon" resolver = "2" [dependencies.bytemuck] version = "1.7" features = ["derive"] [dependencies.euclid] version = "0.22" [dependencies.itertools] version = "0.10" [dependencies.log] version = "0.4" [dependencies.paste] version = "1.0" [dependencies.pigeon-parrot] version = "0.4.1" [dependencies.pollster] version = "0.2" [dependencies.wgpu] version = "0.13" [dev-dependencies.env_logger] version = "0.9" [dev-dependencies.image] version = "0.24" [dev-dependencies.winit] version = "0.26"