Skip to content

Commit 222e912

Browse files
committed
Update Bevy.
1 parent e5a467d commit 222e912

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bevy_trackball"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
rust-version = "1.71.0"
55
authors = ["Rouven Spreckels <[email protected]>"]
66
edition = "2021"
@@ -42,12 +42,12 @@ serialize = ["bevy/serialize", "trackball/serde"]
4242
c11-orbit = ["trackball/cc"]
4343

4444
[dependencies]
45-
bevy = { version = "0.12.0", default-features = false, features = ["bevy_render"] }
45+
bevy = { version = "0.12.1", default-features = false, features = ["bevy_render"] }
4646
bevy_egui = { version = "0.23.0", default-features = false, optional = true }
4747
trackball = { version = "0.11.2", features = ["glam"] }
4848

4949
[dev-dependencies.bevy]
50-
version = "0.12.0"
50+
version = "0.12.1"
5151
default-features = false
5252
features = [
5353
"bevy_winit",

0 commit comments

Comments
 (0)