added pan/orbit camera and eguiplugin
This commit is contained in:
parent
405d187a29
commit
a9829b700e
4 changed files with 23 additions and 3 deletions
|
|
@ -6,6 +6,7 @@ edition = "2024"
|
|||
[dependencies]
|
||||
bevy = { version = "0.16.0", features = ["shader_format_wesl"] }
|
||||
bevy_egui = "0.34.1"
|
||||
bevy_panorbit_camera = { version = "0.26.0", features = ["bevy_egui"] }
|
||||
|
||||
# Enable a small amount of optimization in the dev profile.
|
||||
[profile.dev]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue