wgpu/wgpu-macros/Cargo.toml

21 lines
395 B
TOML
Raw Normal View History

2023-10-19 16:06:42 +00:00
[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"
2023-10-19 16:06:42 +00:00
quote = "1"
syn = { version = "2", features = ["full"] }