minedmap-resource 0.3.0

This commit is contained in:
Matthias Schiffer 2024-01-27 14:15:28 +01:00
parent f186681b41
commit d6716a598b
Signed by: neocturne
GPG key ID: 16EF3F64CB201D9C
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

@ -587,7 +587,7 @@ dependencies = [
[[package]] [[package]]
name = "minedmap-resource" name = "minedmap-resource"
version = "0.2.0" version = "0.3.0"
dependencies = [ dependencies = [
"enumflags2", "enumflags2",
"glam", "glam",

View file

@ -47,7 +47,7 @@ image = { version = "0.24.5", default-features = false, features = ["png"] }
indexmap = { version = "2.0.0", features = ["serde"] } indexmap = { version = "2.0.0", features = ["serde"] }
lru = "0.12.0" lru = "0.12.0"
minedmap-nbt = { version = "0.1.1", path = "crates/nbt", default-features = false } minedmap-nbt = { version = "0.1.1", path = "crates/nbt", default-features = false }
minedmap-resource = { version = "0.2.0", path = "crates/resource" } minedmap-resource = { version = "0.3.0", path = "crates/resource" }
minedmap-types = { version = "0.1.2", path = "crates/types" } minedmap-types = { version = "0.1.2", path = "crates/types" }
num-integer = "0.1.45" num-integer = "0.1.45"
num_cpus = "1.16.0" num_cpus = "1.16.0"

View file

@ -1,6 +1,6 @@
[package] [package]
name = "minedmap-resource" name = "minedmap-resource"
version = "0.2.0" version = "0.3.0"
description = "Data describing Minecraft biomes and block types" description = "Data describing Minecraft biomes and block types"
edition.workspace = true edition.workspace = true
license.workspace = true license.workspace = true