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>
9 lines
144 B
TOML
9 lines
144 B
TOML
[package]
|
|
name = "voltex_editor"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
bytemuck = { workspace = true }
|
|
wgpu = { workspace = true }
|