feat(editor): add voltex_editor crate with IMGUI core (font, draw_list, widgets)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-25 15:10:53 +09:00
parent 87b9b7c1bd
commit 19db4dd390
8 changed files with 671 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
[package]
name = "voltex_editor"
version = "0.1.0"
edition = "2021"
[dependencies]
bytemuck = { workspace = true }