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[package ]
22name = " bevy_spritesheet_animation"
3- version = " 5.1 .0"
3+ version = " 6.0 .0"
44description = " A Bevy plugin for animating sprites"
55repository = " https://github.com/merwaaan/bevy_spritesheet_animation"
66readme = " README.md"
@@ -24,7 +24,7 @@ custom_cursor = ["bevy/custom_cursor"]
2424serde = [" dep:serde" ]
2525
2626[dependencies ]
27- bevy = { version = " 0.17.0 " , default-features = false , features = [
27+ bevy = { version = " 0.18 " , default-features = false , features = [
2828 " bevy_log" ,
2929 " bevy_sprite" ,
3030 " bevy_pbr" ,
@@ -34,11 +34,11 @@ serde = { version = "1.0.228", optional = true }
3434
3535[dev-dependencies ]
3636approx = " 0.5.1"
37- bevy = { version = " 0.17 " , features = [
37+ bevy = { version = " 0.18 " , features = [
3838 # Needed for the "stress" example as it uses Bevy's FPS overlay
3939 " bevy_dev_tools"
4040] }
41- clap = { version = " 4.5.16 " , features = [" derive" ] }
41+ clap = { version = " 4.5.54 " , features = [" derive" ] }
4242rand = " 0.9"
4343
4444[lints .clippy ]
Original file line number Diff line number Diff line change @@ -381,6 +381,7 @@ For more examples, browse the [examples/](examples) directory.
381381
382382| bevy_spritesheet_animation | bevy |
383383| ----------------------------| --------|
384+ | 6.0.0 | 0.18 |
384385| 5.0.0 | 0.17 |
385386| 4.0.0 | 0.17 |
386387| 3.0.0 | 0.16 |
You can’t perform that action at this time.
0 commit comments