Crate crayon [] [src]

Reexports

pub use core::Application;
pub use ecs::*;

Modules

core

Core Engine

ecs
graphics
resource
scene
utility

Macros

declare_component

Declare a struct as component, and specify the storage strategy. Internally, this macro will impl a internal trait Component to provide some useful methods and hints.

declare_resource
impl_vertex
impl_vertex_field
offset_of