https://github.com/bevious/bevy_actify_derive
bevy_actify's derive macros
https://github.com/bevious/bevy_actify_derive
Last synced: about 1 year ago
JSON representation
bevy_actify's derive macros
- Host: GitHub
- URL: https://github.com/bevious/bevy_actify_derive
- Owner: bevious
- License: apache-2.0
- Created: 2025-03-25T09:13:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-25T10:04:42.000Z (over 1 year ago)
- Last Synced: 2025-03-25T10:34:47.064Z (over 1 year ago)
- Language: Rust
- Size: 0 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE-2.0
Awesome Lists containing this project
README
# bevy_actify_derive
[`bevy_actify`](https://github.com/bevious/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:
```toml
[dependencies]
bevy_actify_derive = "*" # refer to crates.io for the actual version.
```
## License
This project is dual-licensed under:
- [MIT License](LICENSE-MIT)
- [Apache 2.0 License](LICENSE-APACHE-2.0)
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.