# 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 = "pixel_engine_backend" version = "0.8.0" authors = ["maix0 "] exclude = ["Cargo.lock"] description = "An thin layer around wgpu that allow the modification of a texutre displayed on the screen" readme = "README.md" license = "MIT" repository = "https://github.com/maix0/pixel_engine" resolver = "2" [dependencies.bytemuck] version = "1.12.3" features = ["derive"] [dependencies.float_next_after] version = "1.0.0" [dependencies.wgpu] version = "0.14.0" features = ["spirv"] [dependencies.winit] version = "0.27.5" features = ["wayland"] [features] webgl = ["wgpu/webgl"]