Skip to content

Commit

Permalink
Fix dependency update.
Browse files Browse the repository at this point in the history
  • Loading branch information
n3vu0r committed May 1, 2024
1 parent b72a1d5 commit 2ccae51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ serialize = ["bevy/serialize", "trackball/serde"]
c11-orbit = ["trackball/cc"]

[dependencies]
bevy = { version = "0.13.1", default-features = false, features = ["bevy_render"] }
bevy = { version = "0.13.2", default-features = false, features = ["bevy_render"] }
bevy_egui = { version = "0.27.0", default-features = false, features = ["render"], optional = true }
trackball = { version = "0.12.0", features = ["glam"] }

Expand Down

0 comments on commit 2ccae51

Please sign in to comment.