File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 4.0.1 - 2025-10-09
4+
5+ No actual changes. Had to bump the version to republish the crate and fix docs.rs failing to build the documentation.
6+
37## 4.0.0 - 2025-10-09
48
59### Added
Original file line number Diff line number Diff line change 11[package ]
22name = " bevy_spritesheet_animation"
3- version = " 4.0.0 "
3+ version = " 4.0.1 "
44description = " A Bevy plugin for animating sprites"
55repository = " https://github.com/merwaaan/bevy_spritesheet_animation"
66readme = " README.md"
@@ -41,3 +41,7 @@ rand = "0.9"
4141# Bevy systems can have a lot of arguments
4242too_many_arguments = " allow"
4343type_complexity = " allow"
44+
45+ # Like for our CI, docs.rs won't be able to build the documentation with the "custom_cursor" feature enabled
46+ [package .metadata .docs .rs ]
47+ no-default-features = true
You can’t perform that action at this time.
0 commit comments