diff --git a/Cargo.toml b/Cargo.toml index a3a9512..ade7a3e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,10 +7,10 @@ edition = "2021" [dependencies] eframe = "0.22.0" -image = { version = "0.24.6", default_features = false, features = ["png"] } +image = { version = "0.24.6", default-features = false, features = ["png"] } native-dialog = "0.6.4" rand = "0.8.5" -serde = "1.0.171" +serde = { version = "1.0.171", features = ["derive"] } serde_json = "1.0.102" # Enable high optimizations for dependencies