dtmt/lib/dtmt-shared
Lucas Schwiderski 74a7aaa6e5
dtmt-shared: Write log lines to stderr
Ideally, I would prefer the usual split per logging level, but that
seems to be somewhat complex with `tracing_subscriber`, so this simply
switches everything over to stderr, so that some of the experiment
commands can write results to stdout.
2024-07-19 09:48:15 +02:00
..
src dtmt-shared: Write log lines to stderr 2024-07-19 09:48:15 +02:00
Cargo.toml Update steamlocate 2024-05-15 16:37:28 +02:00
README.adoc refactor: Add crate for shared functionality 2023-02-23 21:38:35 +01:00

dtmt-shared

A set of types and functions shared between multiple crates within Darktide Mod Tools that dont fit into the engine SDK.