mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-07-06 15:49:07 +02:00
Prepare for crates.io release
This commit is contained in:
parent
8e369f33fd
commit
c010ee9194
10 changed files with 17 additions and 16 deletions
|
@ -18,9 +18,9 @@ use region_processor::RegionProcessor;
|
|||
use tile_mipmapper::TileMipmapper;
|
||||
use tile_renderer::TileRenderer;
|
||||
|
||||
/// Generate map tiles from Minecraft save data
|
||||
/// Command line arguments for minedmap CLI
|
||||
#[derive(Debug, Parser)]
|
||||
#[command(version)]
|
||||
#[command(version, about)]
|
||||
pub struct Args {
|
||||
/// Number of parallel threads to use for processing
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue