mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-22 06:45:23 +00:00
1964ae7922
* Fix Cargo manifests * Oopsie
26 lines
636 B
TOML
26 lines
636 B
TOML
[package]
|
|
name = "vulkano-macros"
|
|
version = "0.34.0"
|
|
edition = "2021"
|
|
authors = ["The vulkano contributors"]
|
|
repository = "https://github.com/vulkano-rs/vulkano/tree/master/vulkano-macros"
|
|
description = "Macros used by vulkano"
|
|
license = "MIT OR Apache-2.0"
|
|
documentation = "https://docs.rs/vulkano-macros"
|
|
homepage = "https://vulkano.rs"
|
|
keywords = ["vulkan", "bindings", "graphics", "gpu", "rendering"]
|
|
categories = ["rendering::graphics-api"]
|
|
readme = "../README.md"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
syn = "1.0"
|
|
quote = "1.0"
|
|
proc-macro2 = "1.0"
|
|
proc-macro-crate = "1.2"
|
|
|
|
[dev-dependencies]
|
|
vulkano = { path = "../vulkano" }
|