use ecs::pair::{ChildOf, Pair}; use ecs::phase::{Phase, UPDATE as UPDATE_PHASE}; use ecs::static_entity; pub mod opengl; static_entity!(pub RENDER_PHASE, (Phase, Pair::new::(*UPDATE_PHASE)));