mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-07-01 05:29:05 +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
|
||||
///
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
//! The minedmap generator renders map tile images from Minecraft save data
|
||||
|
||||
#![doc = env!("CARGO_PKG_DESCRIPTION")]
|
||||
#![warn(missing_docs)]
|
||||
#![warn(clippy::missing_docs_in_private_items)]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue