# 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 = "wuple" version = "0.4.0" authors = ["PixelDoted"] description = "Simple, Performant rendering on WGPU" homepage = "https://gitlab.com/PixelDoted/wuple" documentation = "https://docs.rs/wuple" readme = "README.md" keywords = [ "graphics", "2d", "cross-platform", ] categories = ["graphics"] license = "MIT" repository = "https://gitlab.com/PixelDoted/wuple" [dependencies.ab_glyph] version = "0.2" [dependencies.bytemuck] version = "1.13" features = ["derive"] [dependencies.pollster] version = "0.3" [dependencies.wgpu] version = "0.15" [dependencies.winit] version = "0.28"