use inspector to edit mandelbulb settings

This commit is contained in:
TÁNCZOS Vilmos Zsombor 2025-06-01 00:12:28 +02:00
parent f33f74230e
commit 3528c56be5
4 changed files with 62 additions and 1 deletions

View file

@ -6,6 +6,7 @@ license = "MIT OR Apache-2.0"
[dependencies]
bevy = { version = "0.16.0", features = ["shader_format_wesl"] }
bevy-inspector-egui = "0.31.0"
bevy_egui = "0.34.1"
bevy_panorbit_camera = { version = "0.26.0", features = ["bevy_egui"] }