# 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 = "wgsl-playground" version = "0.1.8" authors = ["Paul Butler "] description = "Playground for experimenting with WGSL fragment shaders with live-reloading." readme = "README.md" license = "MIT" repository = "https://github.com/paulgb/wgsl-playground" resolver = "2" [dependencies.bytemuck] version = "1.12.0" features = ["derive"] [dependencies.clap] version = "4.0.19" features = ["derive"] [dependencies.futures] version = "0.3.23" [dependencies.notify] version = "4.0.17" [dependencies.wgpu] version = "0.17.0" features = [ "default", "naga", ] [dependencies.wgpu-subscriber] version = "0.1.0" [dependencies.winit] version = "0.27.1"