Registry / other / bevy-derive

bevy-derive

JSON →
library0.18.1rscratesunverified

Provides derive implementations for Bevy Engine, such as Component, Resource, and Event.

# Cargo.toml [dependencies] bevy_derive = "0.18.1"
INSTALL
IMPORT
SIG · BEVY-DERIVE
B
bevy-derive
otherrustv0.18.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Component
use bevy_derive::Component;

Derive the Component trait for a custom struct.

use bevy_derive::Component; #[derive(Component)] struct Health(u32); fn main() {}
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.18.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
10
Meta
2
OpenAI (training)
1
Resources
bevy-derive — cargo add bevy-derive · libregistry