dtmt/crates/dtmm
Lucas Schwiderski 690098d7c7
feat(dtmm): Improve debug logging
This re-enables stdout/stderr logging for release binaries for DTMM.
As a GUI application, it usually won't be started from a CLI, and there
should be no negative impact from that.
But since stdout logging is synchronous and much faster than the async
action that writes to the log file, it might get to log more when the
application panics.
2023-04-09 14:33:55 +02:00
..
assets chore(dtmm): Vendor icons 2023-03-28 21:34:16 +02:00
src feat(dtmm): Improve debug logging 2023-04-09 14:33:55 +02:00
Cargo.toml feat(dtmm): Colorize log output 2023-04-05 09:38:32 +02:00
notes.adoc feat(dtmm): Create initial mod manager window 2023-02-08 14:40:49 +01:00
README.adoc docs: Add split READMEs 2023-03-01 22:14:31 +01:00

Darktide Mod Manager (DTMM)

DTMM is a GUI application to install and manage mods for the game.

![dtmm main view](../../docs/screenshots/dtmm.png)