Update magic_enum from v0.9.3 to v0.9.5 (#4992)

* Fix include path for magic enum
* Update .clang-format to ensure magic enum is caught as a third party library
This commit is contained in:
pajlada
2023-12-01 15:03:04 +01:00
committed by GitHub
parent 6d02bb7304
commit e327ed4166
20 changed files with 28 additions and 39 deletions
+1
View File
@@ -61,6 +61,7 @@
- Dev: Add a compile-time flag `CHATTERINO_UPDATER` which can be turned off to disable update checks. (#4854)
- Dev: Add a compile-time flag `USE_SYSTEM_MINIAUDIO` which can be turned on to use the system miniaudio. (#4867)
- Dev: Update vcpkg to use Qt6. (#4872)
- Dev: Update `magic_enum` to v0.9.5. (#4992)
- Dev: Replace `boost::optional` with `std::optional`. (#4877)
- Dev: Improve performance of selecting text. (#4889, #4911)
- Dev: Removed direct dependency on Qt 5 compatibility module. (#4906)