mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-07-04 06:39:07 +02:00
Add version field to file metadata
This commit is contained in:
parent
4d6644f427
commit
6077138292
6 changed files with 26 additions and 8 deletions
|
@ -6,7 +6,10 @@ use std::{
|
|||
|
||||
use serde::{Deserialize, Serialize};
|
||||
|
||||
use minedmap::{types::*, world::layer};
|
||||
use minedmap::{io::fs::FileMetaVersion, types::*, world::layer};
|
||||
|
||||
// Increase to force regeneration of all output files
|
||||
pub const FILE_META_VERSION: FileMetaVersion = FileMetaVersion(0);
|
||||
|
||||
#[derive(Clone, Copy, PartialEq, Eq, PartialOrd, Ord)]
|
||||
pub struct TileCoords {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue