# 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-shapes" version = "0.2.1" authors = ["ToBinio"] exclude = ["/.idea"] description = "simple shape renderer for wgpu" readme = "README.md" keywords = [ "graphics", "wgpu", ] categories = ["graphics"] license = "MIT" repository = "https://github.com/ToBinio/wgpu-shapes" [dependencies.bytemuck] version = "1.13.0" features = ["derive"] [dependencies.image] version = "0.24.5" [dependencies.rectangle-pack] version = "0.4.2" [dependencies.wgpu] version = "0.15.0" [dependencies.wgpu-noboiler] version = "0.2.0" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.winit] version = "0.27.5"