[package] name = "wgpu-macros" version.workspace = true authors.workspace = true edition.workspace = true description = "Macros for wgpu" homepage.workspace = true repository.workspace = true keywords.workspace = true license.workspace = true rust-version.workspace = true exclude = ["Cargo.lock"] publish = false [lib] proc-macro = true [dependencies] heck.workspace = true quote.workspace = true syn = { workspace = true, features = ["full"] }