Skip to content

Commit

Permalink
fix: bevy_egui build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mosure committed Oct 20, 2024
1 parent 06c18c6 commit b40bae8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -141,14 +141,14 @@ webgpu = ["bevy/webgpu"]

[dependencies]
bevy_args = "1.6"
bevy-inspector-egui = { version = "0.27", optional = true }
bevy-inspector-egui = { version = "0.26", optional = true } # update to latest once they upgrade to bevy_egui 0.30 (currently at 0.29)
bevy_mod_picking = { version = "0.20", optional = true }
bevy_panorbit_camera = { version = "0.19", optional = true, features = ["bevy_egui"] }
bevy_transform_gizmo = { version = "0.12", optional = true }
bincode2 = { version = "2.0", optional = true }
byte-unit = { version = "5.0", optional = true }
bytemuck = "1.14"
clap = { version = "4.4", features = ["derive"] }
bytemuck = "1.19"
clap = { version = "4.5", features = ["derive"] }
flate2 = { version = "1.0", optional = true }
flexbuffers = { version = "2.0", optional = true }
half = { version = "2.3", optional = true, features = ["serde"] }
Expand Down

0 comments on commit b40bae8

Please sign in to comment.