synvael/crates
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
..
client fix(client): drop renderer before window on shutdown 2026-05-16 19:28:54 +02:00
renderer fix(renderer): correct resource teardown ordering in Drop 2026-05-16 19:28:47 +02:00
scripting chore(workspace): enforce missing_docs and resolve all linting violations 2026-05-12 18:52:30 +02:00
server chore(workspace): fix formatting and clippy warnings 2026-05-16 19:05:53 +02:00
shared chore(workspace): fix formatting and clippy warnings 2026-05-16 19:05:53 +02:00