# 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 = "tweak_shader" version = "0.4.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple wgpu helper library for building flexible screen shaders." documentation = "https://docs.rs/tweak_shader" readme = "README.md" keywords = [ "graphics", "wgpu", "shadertoy", "post-processing", ] license = "MIT" repository = "https://github.com/mobile-bungalow/tweak_shader" [lib] name = "tweak_shader" path = "src/lib.rs" [[test]] name = "headless" path = "tests/headless.rs" [[test]] name = "parsing" path = "tests/parsing.rs" [dependencies.bytemuck] version = "1.14.0" features = ["derive"] [dependencies.nom] version = "7.1.3" [dependencies.thiserror] version = "1.0.63" [dependencies.wgpu] version = "0.20.0" features = [ "glsl", "naga-ir", ] [dev-dependencies.image] version = "0.24.7" [dev-dependencies.pollster] version = "0.3.0" [dev-dependencies.pretty_assertions] version = "1.4.0" [features] default = []