bevy/crates/bevy_macro_utils/src
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
..
attrs.rs Fix beta clippy lints (#7154) 2023-01-11 09:51:22 +00:00
lib.rs Use toml_edit instead of toml (#7327) 2023-01-22 19:41:48 +00:00
shape.rs Don't panic in macro shape validation (#3647) 2022-01-15 22:14:43 +00:00
symbol.rs Implement and require #[derive(Component)] on all component structs (#2254) 2021-10-03 19:23:44 +00:00