mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-07-01 05:29:05 +02:00
Move resource module to a separate crate
The resource module does not depend on any other part of MinedMap.
This commit is contained in:
parent
248a641035
commit
228f31c568
10 changed files with 25 additions and 5 deletions
|
@ -12,7 +12,6 @@ default-run = "minedmap"
|
|||
anyhow = "1.0.68"
|
||||
bincode = "1.3.3"
|
||||
clap = { version = "4.1.4", features = ["derive"] }
|
||||
enumflags2 = { version = "0.7.5", features = ["serde"] }
|
||||
fastnbt = "2.3.2"
|
||||
futures-util = "0.3.28"
|
||||
glam = "0.24.0"
|
||||
|
@ -20,6 +19,7 @@ image = { version = "0.24.5", default-features = false, features = ["png"] }
|
|||
indexmap = { version = "2.0.0", features = ["serde"] }
|
||||
lru = "0.11.0"
|
||||
minedmap-nbt = { version = "0.1.0", path = "crates/nbt", default-features = false }
|
||||
minedmap-resource = { version = "0.1.0", path = "crates/resource" }
|
||||
minedmap-types = { version = "0.1.0", path = "crates/types" }
|
||||
num-integer = "0.1.45"
|
||||
num_cpus = "1.16.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue