bevy_ecss 0.7.0

Allows using a subset of CSS to interact with Bevy ECS
Documentation
1
2
3
4
5
6
ui-image {
    alpha: 0.3;
    image-path: "branding/bevy_logo_dark_big.png";
    width: 100%;
    height: auto;
}