mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-04-24 13:05:08 +02:00
13 lines
293 B
TOML
13 lines
293 B
TOML
[package]
|
|
name = "minedmap-resource"
|
|
version = "0.7.0"
|
|
description = "Data describing Minecraft biomes and block types"
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
readme.workspace = true
|
|
repository.workspace = true
|
|
|
|
[dependencies]
|
|
bincode = "2.0.1"
|
|
enumflags2 = "0.7.7"
|
|
glam = "0.30.0"
|