bevy_trait_impl 0.3.4

Macros for creating Traits in Bevy
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "bevy_trait_impl"
version.workspace = true
edition.workspace = true
description.workspace = true
license.workspace = true
readme.workspace = true
repository.workspace = true

[dependencies]
syn = { version = "2.0", features = ["full"] }
quote = "1.0"
proc-macro2 = "1.0"