afonsolage / bevy_ecss

Bevy crate which uses a subset of CSS to update Bevy ECS components
Apache License 2.0
98 stars 11 forks source link

Update `cssparser` dependency #31

Closed Leinnan closed 9 months ago

Leinnan commented 10 months ago

This bevy plugin heavily relies on cssparser dependency. It would be nice to have this updated. It is a non-trivial task because since last update the crate changed.

afonsolage commented 9 months ago

I've created a PR, if you would like to check: https://github.com/afonsolage/bevy_ecss/pull/32.

I'll marge it by tomorrow and I'm planing releasing version 0.5.1, which includes the #27, #28 and #32.

Leinnan commented 9 months ago

Nice one! One thing worth considering could be adding CHANGELOG.md file to this repo maybe?