Skip to content

Commit 6b6345d

Browse files
authored
Merge pull request #64 from mgi388/bevy-0.18
Upgrade to Bevy 0.18
2 parents 7c1c37b + 185e09e commit 6b6345d

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bevy_spritesheet_animation"
3-
version = "5.1.0"
3+
version = "6.0.0"
44
description = "A Bevy plugin for animating sprites"
55
repository = "https://github.com/merwaaan/bevy_spritesheet_animation"
66
readme = "README.md"
@@ -24,7 +24,7 @@ custom_cursor = ["bevy/custom_cursor"]
2424
serde = ["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]
3636
approx = "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"] }
4242
rand = "0.9"
4343

4444
[lints.clippy]

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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 |

0 commit comments

Comments
 (0)