dtmt/crates/dtmm/src
Lucas Schwiderski e6f1e7c117
All checks were successful
lint/clippy Checking for common mistakes and opportunities for code improvement
build/msvc Build for the target platform: msvc
build/linux Build for the target platform: linux
Fix load order verification
With `.enumerate()` after `.filter()`, the resulting indices didn't
properly map back to the overall mod list anymore. But the checks
afterwards relied on that.
Moving the `.enumerate()` before the `.filter()` makes sure that the
indices are correct.
2024-07-10 21:54:51 +02:00
..
controller Fix load order verification 2024-07-10 21:54:51 +02:00
state Fix clippy lints 2024-05-15 13:41:42 +02:00
ui Fix clippy lints 2024-05-15 13:41:42 +02:00
util dtmm: Implement NXM URI handler 2023-11-30 17:50:07 +01:00
main.rs Update interprocess 2024-07-09 16:16:46 +02:00