vello/piet-gpu-derive/Cargo.toml
Raph Levien afd47a7edd Start piet-gpu-derive
This version will be similar but somewhat different to what's in
piet-metal now. Hopefully a little simpler to use (no distinction
between packed and unpacked structs) and better structured.
2020-04-07 21:44:48 -07:00

18 lines
411 B
TOML

[package]
name = "piet-gpu-derive"
version = "0.0.0"
authors = ["Raph Levien <raph.levien@gmail.com>"]
description = "Proc macro derives for piet-gpu."
license = "MIT/Apache-2.0"
edition = "2018"
keywords = ["graphics", "2d"]
categories = ["rendering::graphics-api"]
[lib]
proc-macro = true
[dependencies]
syn = {version = "1.0.17", features = ["extra-traits", "full"]}
quote = "1.0.3"
proc-macro2 = "1.0.10"