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
use bevy::ecs::schedule::SystemSet;

#[derive(Clone, Debug)]
#[derive(PartialEq, Eq, Hash)]
#[derive(SystemSet)]
pub struct BevyCssHotReload;