Files
game_engine/crates/voltex_editor/Cargo.toml
tolelom dbaff58a3f feat(editor): add UI renderer pipeline and shader
Add UiRenderer with wgpu render pipeline for 2D UI overlay rendering.
Includes WGSL shader with orthographic projection, alpha blending,
and R8Unorm font atlas sampling. Font pixel (0,0) set to white for
solid-color rect rendering via UV (0,0).

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

9 lines
144 B
TOML

[package]
name = "voltex_editor"
version = "0.1.0"
edition = "2021"
[dependencies]
bytemuck = { workspace = true }
wgpu = { workspace = true }