# 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 = "pilka_wgpu" version = "0.7.11" authors = ["Alex Komissarov "] description = "Homebrew and probably-not-so-great wgpu renderer" readme = "README.md" keywords = [ "graphics", "glsl", "shaders", "creative", "wgpu", ] categories = [ "graphics", "rendering", ] license = "MIT" repository = "https://github.com/pudnax/pilka/" [dependencies.bytemuck] version = "1.12.1" features = ["derive"] [dependencies.color-eyre] version = "0.6.2" [dependencies.env_logger] version = "0.9.1" [dependencies.pilka_types] version = "0.7.1" [dependencies.pollster] version = "0.2.5" [dependencies.puffin] version = "0.13.3" [dependencies.raw-window-handle] version = "0.5.0" [dependencies.smaa] version = "0.8.0" [dependencies.wgpu] version = "0.14.0" features = ["spirv"] [dev-dependencies.notify] version = "5.0.0" [dev-dependencies.winit] version = "0.27.4"