rust-gpu/crates/spirv-std/macros/Cargo.toml

19 lines
465 B
TOML
Raw Normal View History

[package]
name = "spirv-std-macros"
2021-08-02 14:02:02 +00:00
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"
2021-03-05 08:27:07 +00:00
description = "Macros for spirv-std"
[lib]
proc-macro = true
2021-01-25 10:39:47 +00:00
[dependencies]
2021-08-02 14:02:02 +00:00
spirv-types = { path = "../shared", version = "0.4.0-alpha.11" }
heck = "0.3.2"
2021-03-16 08:59:08 +00:00
proc-macro2 = "1.0.24"
2021-01-25 10:39:47 +00:00
quote = "1.0.8"
syn = { version = "1.0.58", features=["full"] }