# 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 = "2018" name = "piston2d-wgpu_graphics" version = "0.9.0" authors = ["shinmili"] exclude = ["assets/*"] description = "A WGPU 2D back-end for the Piston game engine" homepage = "https://github.com/PistonDevelopers/wgpu_graphics" documentation = "https://docs.rs/piston2d-wgpu_graphics" readme = "README.md" keywords = [ "wgpu", "graphics", "2d", "piston", ] license = "MIT OR Apache-2.0" repository = "https://github.com/PistonDevelopers/wgpu_graphics.git" resolver = "2" [lib] name = "wgpu_graphics" [dependencies.bytemuck] version = "1.7" features = ["derive"] [dependencies.image] version = "0.24.1" [dependencies.piston-texture] version = "0.9.0" [dependencies.piston2d-graphics] version = "0.44.0" features = ["glyph_cache_rusttype"] [dependencies.wgpu] version = "0.17.0" [dev-dependencies.find_folder] version = "0.3" [dev-dependencies.futures] version = "0.3" [dev-dependencies.piston] version = "0.54.0" [dev-dependencies.pistoncore-winit_window] version = "0.16.0"