bevy/crates/bevy_macro_utils
James Liu 5f18033dd3 Use toml_edit instead of toml (#7327)
# Objective
Fixes #5675. Replace `toml` with `toml_edit`

## Solution
Replace `toml` with `toml_edit`. This conveniently also removes the `serde` dependency from `bevy_macro_utils`, which may speed up cold compilation by removing the serde bottleneck from most of the macro crates in the engine.
2023-01-22 19:41:48 +00:00
..
src Use toml_edit instead of toml (#7327) 2023-01-22 19:41:48 +00:00
Cargo.toml Use toml_edit instead of toml (#7327) 2023-01-22 19:41:48 +00:00