Skip to content

Commit

Permalink
update and bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ettoreleandrotognoli committed May 7, 2024
1 parent 94f145b commit 7c3b149
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bevy-parallax"
version = "0.8.0"
version = "0.9.0"
authors = ["Carlo Supina <cdsupina@gmail.com>"]
edition = "2021"
description = "A Bevy plugin for creating a parallax effect."
Expand All @@ -13,19 +13,19 @@ exclude = ["assets/*"]

[dependencies]
serde = { version = "1.0.180", optional = false }
bevy-inspector-egui = { version = "0.23.0", optional = true }
bevy-inspector-egui = { version = "0.24", optional = true }

[dependencies.bevy]
version = "0.13.0"
default-features = false
features = ["bevy_render", "bevy_core_pipeline", "bevy_sprite", "bevy_asset"]

[dev-dependencies]
bevy-inspector-egui = "0.23.0"
bevy-inspector-egui = "0.24"
ron = "0.8.0"

[dev-dependencies.bevy]
version = "0.13.0"
version = "0.13"
default-features = false
features = ["x11", "png"]

Expand Down

0 comments on commit 7c3b149

Please sign in to comment.