mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-03-04 17:23:33 +01:00
13 lines
366 B
TOML
13 lines
366 B
TOML
[package]
|
|
name = "minedmap-resource"
|
|
version = "0.6.0"
|
|
description = "Data describing Minecraft biomes and block types"
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
readme.workspace = true
|
|
repository.workspace = true
|
|
|
|
[dependencies]
|
|
enumflags2 = { version = "0.7.7", features = ["serde"] }
|
|
glam = "0.30.0"
|
|
serde = { version = "1.0.183", features = ["derive"] }
|