mirror of
https://github.com/EmbarkStudios/rust-gpu.git
synced 2024-11-22 14:56:27 +00:00
19 lines
465 B
TOML
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"] }
|