bevy_actify_derive

Crates.iobevy_actify_derive
lib.rsbevy_actify_derive
version0.3.0
created_at2025-03-14 05:52:54.483+00
updated_at2025-03-25 14:21:50.944181+00
descriptionbevy_actify's derive macros
homepage
repository
max_upload_size
id1591868
size17,743
(iizudev)

documentation

README

bevy_actify_derive

bevy_actify's derive macros.

How to use

By default bevy_actify already re-exports this crates' derive macros for its traits and normaly one would never want to use this crate directly, though if you have a reason to, here is how you can add it to your project:

[dependencies]
bevy_actify_derive = "*" # refer to crates.io for the actual version.

License

This project is dual-licensed under:

You may choose either license at your option.

How to contribute

Fork repository, make changes, send us a pull request. We will review your changes and apply them to the master branch shortly, provided they don't violate our quality standards.

Commit count: 0

cargo fmt