derive macro for actions

This commit is contained in:
awtterpip
2024-03-28 20:00:54 -05:00
parent 42dc01dc6a
commit a299702f7a
5 changed files with 134 additions and 15 deletions

View File

@@ -0,0 +1,12 @@
[package]
name = "bevy_xr_macros"
version = "0.1.0"
edition = "2021"
[lib]
proc-macro = true
[dependencies]
proc-macro2 = "1.0"
quote = "1.0"
syn = "2.0"