wgpu/wgpu-macros/Cargo.toml
dependabot[bot] 1735968969
build(deps): bump the patch-updates group with 23 updates (#5550)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-17 20:14:55 -04:00

21 lines
395 B
TOML

[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
exclude = ["Cargo.lock"]
publish = false
[lib]
proc-macro = true
[dependencies]
heck = "0.5"
quote = "1"
syn = { version = "2", features = ["full"] }