ZIm/crates/settings/src
Sinan Gençoğlu ff7017c308
Replace lazy_static with std::sync::LazyLock (#16066)
Closes #15860 

Since rust std now supports LazyLock replacing lazy_static with it
reduce the external dependency.

Release Notes:

- N/A

---------

Co-authored-by: Marshall Bowers <elliott.codes@gmail.com>
2024-08-20 14:27:33 -04:00
..
editable_setting_control.rs settings_ui: Add theme settings controls (#15115) 2024-07-24 16:25:52 -04:00
json_schema.rs Factor out construction of font-related JSON schemas (#15341) 2024-07-27 12:28:50 -04:00
keymap_file.rs chore: Remove a bunch of unused structs (#16139) 2024-08-13 01:43:19 +02:00
settings.rs Factor out construction of font-related JSON schemas (#15341) 2024-07-27 12:28:50 -04:00
settings_file.rs keymap: Show error notification when keymap is invalid (#15977) 2024-08-08 14:11:46 +02:00
settings_store.rs Replace lazy_static with std::sync::LazyLock (#16066) 2024-08-20 14:27:33 -04:00