feat(editor): add hierarchy_panel with entity tree display and selection

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-26 10:55:18 +09:00
parent 8ecf883ef6
commit 7fbc88b86f
3 changed files with 183 additions and 0 deletions

View File

@@ -6,5 +6,6 @@ edition = "2021"
[dependencies]
bytemuck = { workspace = true }
voltex_math = { workspace = true }
voltex_ecs = { workspace = true }
voltex_renderer = { workspace = true }
wgpu = { workspace = true }