1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2024-11-18 13:55:23 -05:00
alacritty/alacritty_config_derive
Christian Duerr 3db09595f3 Add migration support for TOML config changes
This patch allows running `alacritty migrate` to automatically apply
configuration changes made to the TOML format, like moving `ipc_socket`
to `general.ipc_socket`.

This should reduce the friction of moving around individual options
significantly, while also persisting the format of the existing TOML
file thanks to `toml_edit`.

The YAML migration has been simplified significantly to only switch the
format of the file from YAML to TOML. The new TOML features are used for
everything else.
2024-10-02 21:38:07 +02:00
..
src Add migration support for TOML config changes 2024-10-02 21:38:07 +02:00
tests Add migration support for TOML config changes 2024-10-02 21:38:07 +02:00
Cargo.toml Bump MSRV to 1.74.0 2024-07-17 11:02:31 +03:00
LICENSE-APACHE Replace serde's derive with custom proc macro 2020-12-21 02:44:38 +00:00
LICENSE-MIT Add licenses to alacritty_config 2022-09-05 09:39:09 +03:00