synvael/crates/client/src
Serkyo 4130ebf5f9 fix(client): drop renderer before window on shutdown
Reorder the fields of App so renderer is declared before window. Rust
drops struct fields in declaration order, and the renderer owns a
Vulkan surface tied to the window's display-server handle; tearing the
window down first leaves the surface dangling when Renderer::drop runs.
2026-05-16 19:28:54 +02:00
..
main.rs fix(client): drop renderer before window on shutdown 2026-05-16 19:28:54 +02:00
meshing.rs chore(workspace): fix formatting and clippy warnings 2026-05-16 19:05:53 +02:00