ambient_element_component 0.2.1

Helper procedural macro for the Ambient runtime that converts a function to an `ElementComponent`, allowing for more concise definitions of components.
Documentation

[package]
name = "ambient_element_component"
edition = "2021"
description = "Helper procedural macro for the Ambient runtime that converts a function to an `ElementComponent`, allowing for more concise definitions of components."
license = "MIT OR Apache-2.0"
repository = "https://github.com/AmbientRun/Ambient"
rust-version = { workspace = true }
version = { workspace = true }

[lib]
proc-macro = true

[dependencies]
proc-macro2 = { workspace = true }
quote = { workspace = true }
itertools = { workspace = true }
syn = { workspace = true }
proc-macro-crate = { workspace = true }