Synvael/crates/client
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
..
src fix(client): drop renderer before window on shutdown 2026-05-16 19:28:54 +02:00
Cargo.toml feat(client): implement face culling and voxel rendering 2026-05-16 19:04:27 +02:00