mirror of
https://github.com/EmbarkStudios/rust-gpu.git
synced 2024-11-22 14:56:27 +00:00
18 lines
364 B
TOML
18 lines
364 B
TOML
[package]
|
|
name = "spirv-std-macros"
|
|
description = "Macros for spirv-std"
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
spirv-std-types.workspace = true
|
|
proc-macro2 = "1.0.24"
|
|
quote = "1.0.8"
|
|
syn = { version = "1.0.58", features = ["full"] }
|