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
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. |
||
---|---|---|
.. | ||
assets | ||
src | ||
Cargo.toml | ||
notes.adoc | ||
README.adoc |
Darktide Mod Manager (DTMM)
DTMM is a GUI application to install and manage mods for the game.
