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
|
@ -1,12 +1,12 @@
|
|||
[package]
|
||||
name = "minedmap-resource"
|
||||
version = "0.1.0"
|
||||
description = "Data describing Minecraft biomes and block types"
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
readme.workspace = true
|
||||
repository.workspace = true
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
enumflags2 = { version = "0.7.7", features = ["serde"] }
|
||||
glam = "0.24.1"
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
//! Data describing Minecraft biomes and block types
|
||||
#![doc = env!("CARGO_PKG_DESCRIPTION")]
|
||||
#![warn(missing_docs)]
|
||||
#![warn(clippy::missing_docs_in_private_items)]
|
||||
|
||||
mod biomes;
|
||||
mod block_color;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue