feat: add asset_demo with Handle-based mesh management

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-24 20:33:03 +09:00
parent 9a411e72da
commit b0c51aaa45
3 changed files with 452 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
[package]
name = "asset_demo"
version = "0.1.0"
edition = "2021"
[dependencies]
voltex_math.workspace = true
voltex_platform.workspace = true
voltex_renderer.workspace = true
voltex_ecs.workspace = true
voltex_asset.workspace = true
wgpu.workspace = true
winit.workspace = true
bytemuck.workspace = true
pollster.workspace = true
env_logger.workspace = true
log.workspace = true