wgpu/wgpu-macros/Cargo.toml
2025-04-27 18:34:52 +02:00

22 lines
448 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
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"] }