enable toml_edit's display feature so we can use doc.to_string()

This commit is contained in:
yuni 2024-04-30 23:15:38 +02:00
parent 4b5aba86d1
commit f9e3046799

View file

@ -40,7 +40,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.9"
# For reading/writing the player's configuration file.
toml_edit = { version = "0.22", default-features = false, features = ["parse", "serde"] }
toml_edit = { version = "0.22", features = ["serde"] }
[build-dependencies]
embed-resource = "1.6.3" # embedding of .exe metadata