Crate bevy_docs_extension_demo

Source
Expand description

A crate for testing rustdoc extensions and configurations for the Bevy game engine.

Re-exports§

pub use bevy;

Structs§

TestAllTraits
An example of a type that implements all the relevant ECS traits.
TestAsset
An example of an Asset type.
TestComponent
An example of a Component type.
TestEvent
An example of an Event type.
TestPlugin
An example of a Plugin type.
TestPluginGroup
An example of a PluginGroup type.
TestResource
An example of a Resource type.
TestScheduleLabel
An example of a ScheduleLabel type.
TestSystemParam
An example of a SystemParam type.

Enums§

TestSystemSet
An example of a SystemSet type.