rust-gpu/crates/spirv-std/macros/Cargo.toml
2021-08-02 14:02:02 +00:00

19 lines
465 B
TOML

[package]
name = "spirv-std-macros"
version = "0.4.0-alpha.11"
authors = ["Embark <opensource@embark-studios.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
repository = "https://github.com/EmbarkStudios/rust-gpu"
description = "Macros for spirv-std"
[lib]
proc-macro = true
[dependencies]
spirv-types = { path = "../shared", version = "0.4.0-alpha.11" }
heck = "0.3.2"
proc-macro2 = "1.0.24"
quote = "1.0.8"
syn = { version = "1.0.58", features=["full"] }