2022-12-28 10:23:36 +00:00
|
|
|
[package]
|
2023-02-15 13:44:33 +00:00
|
|
|
name = "vulkano-macros"
|
2023-10-24 16:54:46 +00:00
|
|
|
version = "0.34.0"
|
2023-05-07 13:05:24 +00:00
|
|
|
authors = ["The vulkano contributors"]
|
2023-10-29 17:54:11 +00:00
|
|
|
repository = "https://github.com/vulkano-rs/vulkano/tree/master/vulkano-macros"
|
|
|
|
description = "Macros used by vulkano"
|
|
|
|
documentation = "https://docs.rs/vulkano-macros"
|
|
|
|
readme = "../README.md"
|
2024-04-19 10:27:26 +00:00
|
|
|
edition = { workspace = true }
|
|
|
|
rust-version = { workspace = true }
|
|
|
|
license = { workspace = true }
|
|
|
|
homepage = { workspace = true }
|
|
|
|
keywords = { workspace = true }
|
|
|
|
categories = { workspace = true }
|
2022-12-28 10:23:36 +00:00
|
|
|
|
|
|
|
[lib]
|
|
|
|
proc-macro = true
|
|
|
|
|
|
|
|
[dependencies]
|
2023-10-30 03:42:00 +00:00
|
|
|
syn = { workspace = true }
|
|
|
|
quote = { workspace = true }
|
|
|
|
proc-macro2 = { workspace = true }
|
|
|
|
proc-macro-crate = { workspace = true }
|