chore: update Cargo.lock

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-26 16:42:21 +09:00
parent 37addfdf03
commit 7375b15fcf

2
Cargo.lock generated
View File

@@ -491,6 +491,7 @@ dependencies = [
"env_logger",
"log",
"pollster",
"voltex_ecs",
"voltex_editor",
"voltex_math",
"voltex_platform",
@@ -2108,6 +2109,7 @@ name = "voltex_editor"
version = "0.1.0"
dependencies = [
"bytemuck",
"voltex_ecs",
"voltex_math",
"voltex_renderer",
"wgpu",