mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-07-01 13:29:06 +02:00
resource: use serde feature of enumflags2 crate
This commit is contained in:
parent
0842cb4ec2
commit
ba86dc8c06
3 changed files with 4 additions and 22 deletions
|
@ -12,7 +12,7 @@ anyhow = "1.0.68"
|
|||
bincode = "1.3.3"
|
||||
bytemuck = "1.13.0"
|
||||
clap = { version = "4.1.4", features = ["derive"] }
|
||||
enumflags2 = "0.7.5"
|
||||
enumflags2 = { version = "0.7.5", features = ["serde"] }
|
||||
fastnbt = "2.3.2"
|
||||
flate2 = "1.0.25"
|
||||
futures-util = "0.3.28"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue