mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-29 02:03:35 +00:00
21 lines
395 B
TOML
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.4"
|
||
|
quote = "1"
|
||
|
syn = { version = "2", features = ["full"] }
|