2020-12-14 09:50:45 +00:00
|
|
|
[package]
|
2020-12-15 15:16:57 +00:00
|
|
|
name = "spirv-std-macros"
|
2021-08-02 14:02:02 +00:00
|
|
|
version = "0.4.0-alpha.11"
|
2020-12-14 09:50:45 +00:00
|
|
|
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"
|
2020-12-14 09:50:45 +00:00
|
|
|
|
|
|
|
[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" }
|
2021-04-28 07:47:40 +00:00
|
|
|
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"] }
|