Reorganising file and module structure.

This commit is contained in:
paladin
2026-06-15 12:46:25 +01:00
parent e59e340777
commit c2fea96feb
3 changed files with 19 additions and 2 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ log = "0.4"
wgpu = "29.0.3"
pollster = "0.4.0"
console_error_panic_hook = "0.1.7"
derive_more = "2.1.1"
derive_more = { version = "2.1.1", features = ["display"] }
[target.'cfg(target_arch = "wasm32")'.dependencies]
console_error_panic_hook = "0.1.6"