Files
game_engine/examples/editor_demo/Cargo.toml
tolelom 2cfb721359 feat(editor): add editor_demo example with IMGUI widgets
Interactive demo showing panel, text, button, slider, and checkbox
widgets rendered via the new UiRenderer pipeline. Uses winit event
loop with mouse input forwarded to UiContext.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-25 15:23:31 +09:00

16 lines
325 B
TOML

[package]
name = "editor_demo"
version = "0.1.0"
edition = "2021"
[dependencies]
voltex_platform.workspace = true
voltex_renderer.workspace = true
voltex_editor.workspace = true
wgpu.workspace = true
winit.workspace = true
bytemuck.workspace = true
pollster.workspace = true
env_logger.workspace = true
log.workspace = true