bevy/tools
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
..
build-example-pages Use toml_edit instead of toml (#7327) 2023-01-22 19:41:48 +00:00
build-wasm-example fix nightly clippy warnings (#6395) 2022-10-28 21:03:01 +00:00
ci Fix: CI bench-check command (#7077) 2023-01-03 22:18:21 +00:00
spancmp Fix various typos (#7096) 2023-01-06 00:43:30 +00:00
example_showcase.sh Small script fix (#2591) 2021-08-13 21:57:23 +00:00
publish.sh Generate vertex tangents using mikktspace (#3872) 2022-05-31 22:53:54 +00:00