# 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 = "blend-formula" version = "0.1.2" authors = ["Yokin"] description = "macros for defining GPU blend modes from arbitrary formulae" readme = "README.md" keywords = [ "macros", "wgpu", "utility", ] categories = [ "graphics", "mathematics", ] license = "MIT" repository = "https://github.com/Yokinman/blend-formula-rs" [dependencies.blend-formula-proc-macro] version = "0.1.2" [dependencies.wgpu] version = "0.17" optional = true [features] wgpu = ["dep:wgpu"]