resource: use serde feature of enumflags2 crate

This commit is contained in:
Matthias Schiffer 2023-08-19 16:01:51 +02:00
parent 0842cb4ec2
commit ba86dc8c06
Signed by: neocturne
GPG key ID: 16EF3F64CB201D9C
3 changed files with 4 additions and 22 deletions

View file

@ -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"