mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-07-04 06:39:07 +02:00
Rename library crate to minedmap-core
Rustdoc can't deal with a bin and lib crate with the same name.
This commit is contained in:
parent
0542f2ea11
commit
0842cb4ec2
10 changed files with 36 additions and 28 deletions
|
@ -7,7 +7,7 @@ use std::{
|
|||
use indexmap::IndexSet;
|
||||
use serde::{Deserialize, Serialize};
|
||||
|
||||
use minedmap::{io::fs::FileMetaVersion, resource::Biome, types::*, world::layer};
|
||||
use super::core::{io::fs::FileMetaVersion, resource::Biome, types::*, world::layer};
|
||||
|
||||
// Increase to force regeneration of all output files
|
||||
pub const FILE_META_VERSION: FileMetaVersion = FileMetaVersion(0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue