order views after player anyways

This commit is contained in:
Tao Tien 2026-03-08 19:57:39 -07:00
parent 3457e0d024
commit 8f606543f5
5 changed files with 113 additions and 71 deletions

View file

@ -45,7 +45,7 @@
];
env.LD_LIBRARY_PATH = lib.makeLibraryPath packages;
env.RUST_LOG = "jong=trace";
env.RUST_BACKTRACE = "full";
# env.RUST_BACKTRACE = "full";
# https://devenv.sh/languages/
languages.rust = {