# 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 = "wgrepp" version = "0.1.0" authors = ["Dávid Kocsis "] description = "Reusable post-processing effects for wgpu" readme = "README.md" keywords = ["wgpu", "post-processing"] categories = ["game-development", "graphics", "rendering"] license = "MIT" repository = "https://github.com/kocsis1david/wgrepp" resolver = "2" [dependencies.arrayvec] version = "0.7.1" [dependencies.bitflags] version = "1.3.2" [dependencies.bytemuck] version = "1.7.2" [dependencies.num] version = "0.4.0" [dependencies.once_cell] version = "1.8.0" [dependencies.rand] version = "0.8.4" [dependencies.rand_xoshiro] version = "0.6.0" [dependencies.shaderc] version = "0.7.3" [dependencies.wgpu] version = "0.10.1"