summaryrefslogtreecommitdiff
path: root/macros/render_system_macros/Cargo.toml
blob: 28f084db1af132ff0e1b71e28718de5a9dda8f2a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "render_system_macros"
version.workspace = true
edition = "2024"

[lib]
proc-macro = true

[dependencies]
proc-macro2.workspace = true
quote.workspace = true
syn.workspace = true