beet_rsx 0.0.8

An Astro inspired templating system built with bevy
1
2
3
4
5
6
7
8
mod load_snippets_plugin;
mod resolve_snippets;
pub use resolve_snippets::*;
mod apply_template_children;
pub use apply_template_children::*;
mod apply_slots;
pub use apply_slots::*;
pub use load_snippets_plugin::*;