tomt_bevycss 0.7.1

Expansion and fixes based on bevy_ecss. Allows for using a slightly wider subset of CSS to interact with Bevy ECS. Now on Bevy 0.13!
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
mod font_color_property;
pub use font_color_property::*;

mod font_property;
pub use font_property::*;

mod font_size_property;
pub use font_size_property::*;

mod text_align_property;
pub use text_align_property::*;

mod text_content_property;
pub use text_content_property::*;