Commit graph

58 commits

Author SHA1 Message Date
920547f64a
core/tile_mipmapper: use mpsc channels for counters
Make the code a bit easier to understand.
2023-10-12 20:10:28 +02:00
7d37f6a5d0
Add summary messages 2023-09-20 00:38:19 +02:00
a8eb2da95d
Use tracing for configurable logging 2023-09-19 23:29:05 +02:00
4ef0200804
core: display version number based on git-describe 2023-08-27 14:27:40 +02:00
c010ee9194
Prepare for crates.io release 2023-08-21 21:51:01 +02:00
1616f3b2e2
Add --version command line argument 2023-08-21 13:19:00 +02:00
5fc296fc44
Fix binary usage comments 2023-08-20 17:04:55 +02:00
248a641035
Restructure crates
Get rid of the arbitrary bin/lib split and instead move as much as
possible into the bin crate, which becomes the main crate again.

The types and NBT handling are moved into separate crates, so they can
be reused by nbtdump and regiondump.
2023-08-20 17:00:10 +02:00