mirror of
https://github.com/italicsjenga/vello.git
synced 2025-01-10 04:31:30 +11:00
afd47a7edd
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.
18 lines
411 B
TOML
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"
|