# 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.66.0" name = "pixels" version = "0.14.0" authors = ["Jay Oster "] build = false include = [ "/Cargo.*", "/LICENSE", "/README.md", "/img/pixels.png", "/shaders/*.wgsl", "/src/**/*", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A tiny library providing a GPU-powered pixel frame buffer." readme = "README.md" keywords = [ "pixels", "2D", "GPU", "framebuffer", ] categories = [ "graphics", "rendering", ] license = "MIT" repository = "https://github.com/parasyte/pixels" [lib] name = "pixels" path = "src/lib.rs" [dependencies.bytemuck] version = "1.12" [dependencies.raw-window-handle] version = "0.5" [dependencies.thiserror] version = "1.0" [dependencies.ultraviolet] version = "0.9" [dependencies.wgpu] version = "0.17" [dev-dependencies.winit] version = "0.28" [target.'cfg(not(target_arch = "wasm32"))'.dependencies.pollster] version = "0.3" [target.'cfg(target_arch = "wasm32")'.dependencies.wgpu] version = "0.17" features = ["webgl"]