Fixed UI bugs

This commit is contained in:
Aleksandr Bogomiakov
2026-08-14 02:14:46 +01:00
parent 2dc40c2c3f
commit 0d7c9b9f5e
24 changed files with 4351 additions and 158 deletions
+5
View File
@@ -35,5 +35,10 @@ pkgs.mkShell {
xorg.libXrandr
]);
# The software renderer is the reliable default in a NixOS development
# shell: it avoids mixing the shell's Vulkan loader with the host's graphics
# driver stack. Override this when explicitly testing another renderer.
SLINT_BACKEND = "winit-software";
RUST_BACKTRACE = "1";
}