diff --git a/CMakeLists.txt b/CMakeLists.txt index deff32848..7d50bd443 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -309,7 +309,7 @@ add_subdirectory(${FLATBUFFERS_SRC_DIR} ${CMAKE_CURRENT_BINARY_DIR}/flatbuffers-build EXCLUDE_FROM_ALL) -set(FMT_INCLUDE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/third_party/fmt-9.1.0/include") +set(FMT_INCLUDE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/third_party/fmt/include") add_compile_definitions(FMT_HEADER_ONLY) include_directories(SYSTEM ${FMT_INCLUDE_DIR}) diff --git a/third_party/fmt-9.1.0/.clang-format b/third_party/fmt/.clang-format similarity index 100% rename from third_party/fmt-9.1.0/.clang-format rename to third_party/fmt/.clang-format diff --git a/third_party/fmt-9.1.0/CMakeLists.txt b/third_party/fmt/CMakeLists.txt similarity index 100% rename from third_party/fmt-9.1.0/CMakeLists.txt rename to third_party/fmt/CMakeLists.txt diff --git a/third_party/fmt-9.1.0/CONTRIBUTING.md b/third_party/fmt/CONTRIBUTING.md similarity index 100% rename from third_party/fmt-9.1.0/CONTRIBUTING.md rename to third_party/fmt/CONTRIBUTING.md diff --git a/third_party/fmt-9.1.0/ChangeLog.rst b/third_party/fmt/ChangeLog.rst similarity index 100% rename from third_party/fmt-9.1.0/ChangeLog.rst rename to third_party/fmt/ChangeLog.rst diff --git a/third_party/fmt-9.1.0/LICENSE.rst b/third_party/fmt/LICENSE.rst similarity index 100% rename from third_party/fmt-9.1.0/LICENSE.rst rename to third_party/fmt/LICENSE.rst diff --git a/third_party/fmt-9.1.0/README.rst b/third_party/fmt/README.rst similarity index 100% rename from third_party/fmt-9.1.0/README.rst rename to third_party/fmt/README.rst diff --git a/third_party/fmt-9.1.0/doc/CMakeLists.txt b/third_party/fmt/doc/CMakeLists.txt similarity index 100% rename from third_party/fmt-9.1.0/doc/CMakeLists.txt rename to third_party/fmt/doc/CMakeLists.txt diff --git a/third_party/fmt-9.1.0/doc/_static/bootstrap.min.js b/third_party/fmt/doc/_static/bootstrap.min.js similarity index 100% rename from third_party/fmt-9.1.0/doc/_static/bootstrap.min.js rename to third_party/fmt/doc/_static/bootstrap.min.js diff --git a/third_party/fmt-9.1.0/doc/_static/fonts/glyphicons-halflings-regular.eot b/third_party/fmt/doc/_static/fonts/glyphicons-halflings-regular.eot similarity index 100% rename from third_party/fmt-9.1.0/doc/_static/fonts/glyphicons-halflings-regular.eot rename to third_party/fmt/doc/_static/fonts/glyphicons-halflings-regular.eot diff --git a/third_party/fmt-9.1.0/doc/_static/fonts/glyphicons-halflings-regular.svg b/third_party/fmt/doc/_static/fonts/glyphicons-halflings-regular.svg similarity index 100% rename from third_party/fmt-9.1.0/doc/_static/fonts/glyphicons-halflings-regular.svg rename to third_party/fmt/doc/_static/fonts/glyphicons-halflings-regular.svg diff --git a/third_party/fmt-9.1.0/doc/_static/fonts/glyphicons-halflings-regular.ttf b/third_party/fmt/doc/_static/fonts/glyphicons-halflings-regular.ttf similarity index 100% rename from third_party/fmt-9.1.0/doc/_static/fonts/glyphicons-halflings-regular.ttf rename to third_party/fmt/doc/_static/fonts/glyphicons-halflings-regular.ttf diff --git a/third_party/fmt-9.1.0/doc/_static/fonts/glyphicons-halflings-regular.woff b/third_party/fmt/doc/_static/fonts/glyphicons-halflings-regular.woff similarity index 100% rename from third_party/fmt-9.1.0/doc/_static/fonts/glyphicons-halflings-regular.woff rename to third_party/fmt/doc/_static/fonts/glyphicons-halflings-regular.woff diff --git a/third_party/fmt-9.1.0/doc/_templates/layout.html b/third_party/fmt/doc/_templates/layout.html similarity index 100% rename from third_party/fmt-9.1.0/doc/_templates/layout.html rename to third_party/fmt/doc/_templates/layout.html diff --git a/third_party/fmt-9.1.0/doc/_templates/search.html b/third_party/fmt/doc/_templates/search.html similarity index 100% rename from third_party/fmt-9.1.0/doc/_templates/search.html rename to third_party/fmt/doc/_templates/search.html diff --git a/third_party/fmt-9.1.0/doc/api.rst b/third_party/fmt/doc/api.rst similarity index 100% rename from third_party/fmt-9.1.0/doc/api.rst rename to third_party/fmt/doc/api.rst diff --git a/third_party/fmt-9.1.0/doc/basic-bootstrap/README b/third_party/fmt/doc/basic-bootstrap/README similarity index 100% rename from third_party/fmt-9.1.0/doc/basic-bootstrap/README rename to third_party/fmt/doc/basic-bootstrap/README diff --git a/third_party/fmt-9.1.0/doc/basic-bootstrap/layout.html b/third_party/fmt/doc/basic-bootstrap/layout.html similarity index 100% rename from third_party/fmt-9.1.0/doc/basic-bootstrap/layout.html rename to third_party/fmt/doc/basic-bootstrap/layout.html diff --git a/third_party/fmt-9.1.0/doc/basic-bootstrap/theme.conf b/third_party/fmt/doc/basic-bootstrap/theme.conf similarity index 100% rename from third_party/fmt-9.1.0/doc/basic-bootstrap/theme.conf rename to third_party/fmt/doc/basic-bootstrap/theme.conf diff --git a/third_party/fmt-9.1.0/doc/bootstrap/alerts.less b/third_party/fmt/doc/bootstrap/alerts.less similarity index 100% rename from third_party/fmt-9.1.0/doc/bootstrap/alerts.less rename to third_party/fmt/doc/bootstrap/alerts.less diff --git a/third_party/fmt-9.1.0/doc/bootstrap/badges.less b/third_party/fmt/doc/bootstrap/badges.less similarity index 100% rename from third_party/fmt-9.1.0/doc/bootstrap/badges.less rename to third_party/fmt/doc/bootstrap/badges.less diff --git a/third_party/fmt-9.1.0/doc/bootstrap/bootstrap.less b/third_party/fmt/doc/bootstrap/bootstrap.less similarity index 100% rename from third_party/fmt-9.1.0/doc/bootstrap/bootstrap.less rename to third_party/fmt/doc/bootstrap/bootstrap.less diff --git a/third_party/fmt-9.1.0/doc/bootstrap/breadcrumbs.less b/third_party/fmt/doc/bootstrap/breadcrumbs.less similarity index 100% rename from third_party/fmt-9.1.0/doc/bootstrap/breadcrumbs.less rename to third_party/fmt/doc/bootstrap/breadcrumbs.less diff --git a/third_party/fmt-9.1.0/doc/bootstrap/button-groups.less b/third_party/fmt/doc/bootstrap/button-groups.less similarity index 100% rename from third_party/fmt-9.1.0/doc/bootstrap/button-groups.less rename to third_party/fmt/doc/bootstrap/button-groups.less diff --git a/third_party/fmt-9.1.0/doc/bootstrap/buttons.less b/third_party/fmt/doc/bootstrap/buttons.less similarity index 100% rename from third_party/fmt-9.1.0/doc/bootstrap/buttons.less rename to third_party/fmt/doc/bootstrap/buttons.less diff --git a/third_party/fmt-9.1.0/doc/bootstrap/carousel.less b/third_party/fmt/doc/bootstrap/carousel.less similarity index 100% rename from third_party/fmt-9.1.0/doc/bootstrap/carousel.less rename to third_party/fmt/doc/bootstrap/carousel.less diff --git a/third_party/fmt-9.1.0/doc/bootstrap/close.less b/third_party/fmt/doc/bootstrap/close.less similarity index 100% rename from third_party/fmt-9.1.0/doc/bootstrap/close.less rename to third_party/fmt/doc/bootstrap/close.less diff --git a/third_party/fmt-9.1.0/doc/bootstrap/code.less b/third_party/fmt/doc/bootstrap/code.less similarity index 100% rename from third_party/fmt-9.1.0/doc/bootstrap/code.less rename to third_party/fmt/doc/bootstrap/code.less diff --git a/third_party/fmt-9.1.0/doc/bootstrap/component-animations.less b/third_party/fmt/doc/bootstrap/component-animations.less similarity index 100% rename from third_party/fmt-9.1.0/doc/bootstrap/component-animations.less rename to third_party/fmt/doc/bootstrap/component-animations.less diff --git a/third_party/fmt-9.1.0/doc/bootstrap/dropdowns.less b/third_party/fmt/doc/bootstrap/dropdowns.less similarity index 100% rename from third_party/fmt-9.1.0/doc/bootstrap/dropdowns.less rename to third_party/fmt/doc/bootstrap/dropdowns.less diff --git a/third_party/fmt-9.1.0/doc/bootstrap/forms.less b/third_party/fmt/doc/bootstrap/forms.less similarity index 100% rename from third_party/fmt-9.1.0/doc/bootstrap/forms.less rename to third_party/fmt/doc/bootstrap/forms.less diff --git a/third_party/fmt-9.1.0/doc/bootstrap/glyphicons.less b/third_party/fmt/doc/bootstrap/glyphicons.less similarity index 100% rename from third_party/fmt-9.1.0/doc/bootstrap/glyphicons.less rename to third_party/fmt/doc/bootstrap/glyphicons.less diff --git a/third_party/fmt-9.1.0/doc/bootstrap/grid.less b/third_party/fmt/doc/bootstrap/grid.less similarity index 100% rename from third_party/fmt-9.1.0/doc/bootstrap/grid.less rename to third_party/fmt/doc/bootstrap/grid.less diff --git a/third_party/fmt-9.1.0/doc/bootstrap/input-groups.less b/third_party/fmt/doc/bootstrap/input-groups.less similarity index 100% rename from third_party/fmt-9.1.0/doc/bootstrap/input-groups.less rename to third_party/fmt/doc/bootstrap/input-groups.less diff --git a/third_party/fmt-9.1.0/doc/bootstrap/jumbotron.less b/third_party/fmt/doc/bootstrap/jumbotron.less similarity index 100% rename from third_party/fmt-9.1.0/doc/bootstrap/jumbotron.less rename to third_party/fmt/doc/bootstrap/jumbotron.less diff --git a/third_party/fmt-9.1.0/doc/bootstrap/labels.less b/third_party/fmt/doc/bootstrap/labels.less similarity index 100% rename from third_party/fmt-9.1.0/doc/bootstrap/labels.less rename to third_party/fmt/doc/bootstrap/labels.less diff --git a/third_party/fmt-9.1.0/doc/bootstrap/list-group.less b/third_party/fmt/doc/bootstrap/list-group.less similarity index 100% rename from third_party/fmt-9.1.0/doc/bootstrap/list-group.less rename to third_party/fmt/doc/bootstrap/list-group.less diff --git a/third_party/fmt-9.1.0/doc/bootstrap/media.less b/third_party/fmt/doc/bootstrap/media.less similarity index 100% rename from third_party/fmt-9.1.0/doc/bootstrap/media.less rename to third_party/fmt/doc/bootstrap/media.less diff --git a/third_party/fmt-9.1.0/doc/bootstrap/mixins.less b/third_party/fmt/doc/bootstrap/mixins.less similarity index 100% rename from third_party/fmt-9.1.0/doc/bootstrap/mixins.less rename to third_party/fmt/doc/bootstrap/mixins.less diff --git a/third_party/fmt-9.1.0/doc/bootstrap/mixins/alerts.less b/third_party/fmt/doc/bootstrap/mixins/alerts.less similarity index 100% rename from third_party/fmt-9.1.0/doc/bootstrap/mixins/alerts.less rename to third_party/fmt/doc/bootstrap/mixins/alerts.less diff --git a/third_party/fmt-9.1.0/doc/bootstrap/mixins/background-variant.less b/third_party/fmt/doc/bootstrap/mixins/background-variant.less similarity index 100% rename from third_party/fmt-9.1.0/doc/bootstrap/mixins/background-variant.less rename to third_party/fmt/doc/bootstrap/mixins/background-variant.less diff --git a/third_party/fmt-9.1.0/doc/bootstrap/mixins/border-radius.less b/third_party/fmt/doc/bootstrap/mixins/border-radius.less similarity index 100% rename from third_party/fmt-9.1.0/doc/bootstrap/mixins/border-radius.less rename to third_party/fmt/doc/bootstrap/mixins/border-radius.less diff --git a/third_party/fmt-9.1.0/doc/bootstrap/mixins/buttons.less b/third_party/fmt/doc/bootstrap/mixins/buttons.less similarity index 100% rename from third_party/fmt-9.1.0/doc/bootstrap/mixins/buttons.less rename to third_party/fmt/doc/bootstrap/mixins/buttons.less diff --git a/third_party/fmt-9.1.0/doc/bootstrap/mixins/center-block.less b/third_party/fmt/doc/bootstrap/mixins/center-block.less similarity index 100% rename from third_party/fmt-9.1.0/doc/bootstrap/mixins/center-block.less rename to third_party/fmt/doc/bootstrap/mixins/center-block.less diff --git a/third_party/fmt-9.1.0/doc/bootstrap/mixins/clearfix.less b/third_party/fmt/doc/bootstrap/mixins/clearfix.less similarity index 100% rename from third_party/fmt-9.1.0/doc/bootstrap/mixins/clearfix.less rename to third_party/fmt/doc/bootstrap/mixins/clearfix.less diff --git a/third_party/fmt-9.1.0/doc/bootstrap/mixins/forms.less b/third_party/fmt/doc/bootstrap/mixins/forms.less similarity index 100% rename from third_party/fmt-9.1.0/doc/bootstrap/mixins/forms.less rename to third_party/fmt/doc/bootstrap/mixins/forms.less diff --git a/third_party/fmt-9.1.0/doc/bootstrap/mixins/gradients.less b/third_party/fmt/doc/bootstrap/mixins/gradients.less similarity index 100% rename from third_party/fmt-9.1.0/doc/bootstrap/mixins/gradients.less rename to third_party/fmt/doc/bootstrap/mixins/gradients.less diff --git a/third_party/fmt-9.1.0/doc/bootstrap/mixins/grid-framework.less b/third_party/fmt/doc/bootstrap/mixins/grid-framework.less similarity index 100% rename from third_party/fmt-9.1.0/doc/bootstrap/mixins/grid-framework.less rename to third_party/fmt/doc/bootstrap/mixins/grid-framework.less diff --git a/third_party/fmt-9.1.0/doc/bootstrap/mixins/grid.less b/third_party/fmt/doc/bootstrap/mixins/grid.less similarity index 100% rename from third_party/fmt-9.1.0/doc/bootstrap/mixins/grid.less rename to third_party/fmt/doc/bootstrap/mixins/grid.less diff --git a/third_party/fmt-9.1.0/doc/bootstrap/mixins/hide-text.less b/third_party/fmt/doc/bootstrap/mixins/hide-text.less similarity index 100% rename from third_party/fmt-9.1.0/doc/bootstrap/mixins/hide-text.less rename to third_party/fmt/doc/bootstrap/mixins/hide-text.less diff --git a/third_party/fmt-9.1.0/doc/bootstrap/mixins/image.less b/third_party/fmt/doc/bootstrap/mixins/image.less similarity index 100% rename from third_party/fmt-9.1.0/doc/bootstrap/mixins/image.less rename to third_party/fmt/doc/bootstrap/mixins/image.less diff --git a/third_party/fmt-9.1.0/doc/bootstrap/mixins/labels.less b/third_party/fmt/doc/bootstrap/mixins/labels.less similarity index 100% rename from third_party/fmt-9.1.0/doc/bootstrap/mixins/labels.less rename to third_party/fmt/doc/bootstrap/mixins/labels.less diff --git a/third_party/fmt-9.1.0/doc/bootstrap/mixins/list-group.less b/third_party/fmt/doc/bootstrap/mixins/list-group.less similarity index 100% rename from third_party/fmt-9.1.0/doc/bootstrap/mixins/list-group.less rename to third_party/fmt/doc/bootstrap/mixins/list-group.less diff --git a/third_party/fmt-9.1.0/doc/bootstrap/mixins/nav-divider.less b/third_party/fmt/doc/bootstrap/mixins/nav-divider.less similarity index 100% rename from third_party/fmt-9.1.0/doc/bootstrap/mixins/nav-divider.less rename to third_party/fmt/doc/bootstrap/mixins/nav-divider.less diff --git a/third_party/fmt-9.1.0/doc/bootstrap/mixins/nav-vertical-align.less b/third_party/fmt/doc/bootstrap/mixins/nav-vertical-align.less similarity index 100% rename from third_party/fmt-9.1.0/doc/bootstrap/mixins/nav-vertical-align.less rename to third_party/fmt/doc/bootstrap/mixins/nav-vertical-align.less diff --git a/third_party/fmt-9.1.0/doc/bootstrap/mixins/opacity.less b/third_party/fmt/doc/bootstrap/mixins/opacity.less similarity index 100% rename from third_party/fmt-9.1.0/doc/bootstrap/mixins/opacity.less rename to third_party/fmt/doc/bootstrap/mixins/opacity.less diff --git a/third_party/fmt-9.1.0/doc/bootstrap/mixins/pagination.less b/third_party/fmt/doc/bootstrap/mixins/pagination.less similarity index 100% rename from third_party/fmt-9.1.0/doc/bootstrap/mixins/pagination.less rename to third_party/fmt/doc/bootstrap/mixins/pagination.less diff --git a/third_party/fmt-9.1.0/doc/bootstrap/mixins/panels.less b/third_party/fmt/doc/bootstrap/mixins/panels.less similarity index 100% rename from third_party/fmt-9.1.0/doc/bootstrap/mixins/panels.less rename to third_party/fmt/doc/bootstrap/mixins/panels.less diff --git a/third_party/fmt-9.1.0/doc/bootstrap/mixins/progress-bar.less b/third_party/fmt/doc/bootstrap/mixins/progress-bar.less similarity index 100% rename from third_party/fmt-9.1.0/doc/bootstrap/mixins/progress-bar.less rename to third_party/fmt/doc/bootstrap/mixins/progress-bar.less diff --git a/third_party/fmt-9.1.0/doc/bootstrap/mixins/reset-filter.less b/third_party/fmt/doc/bootstrap/mixins/reset-filter.less similarity index 100% rename from third_party/fmt-9.1.0/doc/bootstrap/mixins/reset-filter.less rename to third_party/fmt/doc/bootstrap/mixins/reset-filter.less diff --git a/third_party/fmt-9.1.0/doc/bootstrap/mixins/resize.less b/third_party/fmt/doc/bootstrap/mixins/resize.less similarity index 100% rename from third_party/fmt-9.1.0/doc/bootstrap/mixins/resize.less rename to third_party/fmt/doc/bootstrap/mixins/resize.less diff --git a/third_party/fmt-9.1.0/doc/bootstrap/mixins/responsive-visibility.less b/third_party/fmt/doc/bootstrap/mixins/responsive-visibility.less similarity index 100% rename from third_party/fmt-9.1.0/doc/bootstrap/mixins/responsive-visibility.less rename to third_party/fmt/doc/bootstrap/mixins/responsive-visibility.less diff --git a/third_party/fmt-9.1.0/doc/bootstrap/mixins/size.less b/third_party/fmt/doc/bootstrap/mixins/size.less similarity index 100% rename from third_party/fmt-9.1.0/doc/bootstrap/mixins/size.less rename to third_party/fmt/doc/bootstrap/mixins/size.less diff --git a/third_party/fmt-9.1.0/doc/bootstrap/mixins/tab-focus.less b/third_party/fmt/doc/bootstrap/mixins/tab-focus.less similarity index 100% rename from third_party/fmt-9.1.0/doc/bootstrap/mixins/tab-focus.less rename to third_party/fmt/doc/bootstrap/mixins/tab-focus.less diff --git a/third_party/fmt-9.1.0/doc/bootstrap/mixins/table-row.less b/third_party/fmt/doc/bootstrap/mixins/table-row.less similarity index 100% rename from third_party/fmt-9.1.0/doc/bootstrap/mixins/table-row.less rename to third_party/fmt/doc/bootstrap/mixins/table-row.less diff --git a/third_party/fmt-9.1.0/doc/bootstrap/mixins/text-emphasis.less b/third_party/fmt/doc/bootstrap/mixins/text-emphasis.less similarity index 100% rename from third_party/fmt-9.1.0/doc/bootstrap/mixins/text-emphasis.less rename to third_party/fmt/doc/bootstrap/mixins/text-emphasis.less diff --git a/third_party/fmt-9.1.0/doc/bootstrap/mixins/text-overflow.less b/third_party/fmt/doc/bootstrap/mixins/text-overflow.less similarity index 100% rename from third_party/fmt-9.1.0/doc/bootstrap/mixins/text-overflow.less rename to third_party/fmt/doc/bootstrap/mixins/text-overflow.less diff --git a/third_party/fmt-9.1.0/doc/bootstrap/mixins/vendor-prefixes.less b/third_party/fmt/doc/bootstrap/mixins/vendor-prefixes.less similarity index 100% rename from third_party/fmt-9.1.0/doc/bootstrap/mixins/vendor-prefixes.less rename to third_party/fmt/doc/bootstrap/mixins/vendor-prefixes.less diff --git a/third_party/fmt-9.1.0/doc/bootstrap/modals.less b/third_party/fmt/doc/bootstrap/modals.less similarity index 100% rename from third_party/fmt-9.1.0/doc/bootstrap/modals.less rename to third_party/fmt/doc/bootstrap/modals.less diff --git a/third_party/fmt-9.1.0/doc/bootstrap/navbar.less b/third_party/fmt/doc/bootstrap/navbar.less similarity index 100% rename from third_party/fmt-9.1.0/doc/bootstrap/navbar.less rename to third_party/fmt/doc/bootstrap/navbar.less diff --git a/third_party/fmt-9.1.0/doc/bootstrap/navs.less b/third_party/fmt/doc/bootstrap/navs.less similarity index 100% rename from third_party/fmt-9.1.0/doc/bootstrap/navs.less rename to third_party/fmt/doc/bootstrap/navs.less diff --git a/third_party/fmt-9.1.0/doc/bootstrap/normalize.less b/third_party/fmt/doc/bootstrap/normalize.less similarity index 100% rename from third_party/fmt-9.1.0/doc/bootstrap/normalize.less rename to third_party/fmt/doc/bootstrap/normalize.less diff --git a/third_party/fmt-9.1.0/doc/bootstrap/pager.less b/third_party/fmt/doc/bootstrap/pager.less similarity index 100% rename from third_party/fmt-9.1.0/doc/bootstrap/pager.less rename to third_party/fmt/doc/bootstrap/pager.less diff --git a/third_party/fmt-9.1.0/doc/bootstrap/pagination.less b/third_party/fmt/doc/bootstrap/pagination.less similarity index 100% rename from third_party/fmt-9.1.0/doc/bootstrap/pagination.less rename to third_party/fmt/doc/bootstrap/pagination.less diff --git a/third_party/fmt-9.1.0/doc/bootstrap/panels.less b/third_party/fmt/doc/bootstrap/panels.less similarity index 100% rename from third_party/fmt-9.1.0/doc/bootstrap/panels.less rename to third_party/fmt/doc/bootstrap/panels.less diff --git a/third_party/fmt-9.1.0/doc/bootstrap/popovers.less b/third_party/fmt/doc/bootstrap/popovers.less similarity index 100% rename from third_party/fmt-9.1.0/doc/bootstrap/popovers.less rename to third_party/fmt/doc/bootstrap/popovers.less diff --git a/third_party/fmt-9.1.0/doc/bootstrap/print.less b/third_party/fmt/doc/bootstrap/print.less similarity index 100% rename from third_party/fmt-9.1.0/doc/bootstrap/print.less rename to third_party/fmt/doc/bootstrap/print.less diff --git a/third_party/fmt-9.1.0/doc/bootstrap/progress-bars.less b/third_party/fmt/doc/bootstrap/progress-bars.less similarity index 100% rename from third_party/fmt-9.1.0/doc/bootstrap/progress-bars.less rename to third_party/fmt/doc/bootstrap/progress-bars.less diff --git a/third_party/fmt-9.1.0/doc/bootstrap/responsive-embed.less b/third_party/fmt/doc/bootstrap/responsive-embed.less similarity index 100% rename from third_party/fmt-9.1.0/doc/bootstrap/responsive-embed.less rename to third_party/fmt/doc/bootstrap/responsive-embed.less diff --git a/third_party/fmt-9.1.0/doc/bootstrap/responsive-utilities.less b/third_party/fmt/doc/bootstrap/responsive-utilities.less similarity index 100% rename from third_party/fmt-9.1.0/doc/bootstrap/responsive-utilities.less rename to third_party/fmt/doc/bootstrap/responsive-utilities.less diff --git a/third_party/fmt-9.1.0/doc/bootstrap/scaffolding.less b/third_party/fmt/doc/bootstrap/scaffolding.less similarity index 100% rename from third_party/fmt-9.1.0/doc/bootstrap/scaffolding.less rename to third_party/fmt/doc/bootstrap/scaffolding.less diff --git a/third_party/fmt-9.1.0/doc/bootstrap/tables.less b/third_party/fmt/doc/bootstrap/tables.less similarity index 100% rename from third_party/fmt-9.1.0/doc/bootstrap/tables.less rename to third_party/fmt/doc/bootstrap/tables.less diff --git a/third_party/fmt-9.1.0/doc/bootstrap/theme.less b/third_party/fmt/doc/bootstrap/theme.less similarity index 100% rename from third_party/fmt-9.1.0/doc/bootstrap/theme.less rename to third_party/fmt/doc/bootstrap/theme.less diff --git a/third_party/fmt-9.1.0/doc/bootstrap/thumbnails.less b/third_party/fmt/doc/bootstrap/thumbnails.less similarity index 100% rename from third_party/fmt-9.1.0/doc/bootstrap/thumbnails.less rename to third_party/fmt/doc/bootstrap/thumbnails.less diff --git a/third_party/fmt-9.1.0/doc/bootstrap/tooltip.less b/third_party/fmt/doc/bootstrap/tooltip.less similarity index 100% rename from third_party/fmt-9.1.0/doc/bootstrap/tooltip.less rename to third_party/fmt/doc/bootstrap/tooltip.less diff --git a/third_party/fmt-9.1.0/doc/bootstrap/type.less b/third_party/fmt/doc/bootstrap/type.less similarity index 100% rename from third_party/fmt-9.1.0/doc/bootstrap/type.less rename to third_party/fmt/doc/bootstrap/type.less diff --git a/third_party/fmt-9.1.0/doc/bootstrap/utilities.less b/third_party/fmt/doc/bootstrap/utilities.less similarity index 100% rename from third_party/fmt-9.1.0/doc/bootstrap/utilities.less rename to third_party/fmt/doc/bootstrap/utilities.less diff --git a/third_party/fmt-9.1.0/doc/bootstrap/variables.less b/third_party/fmt/doc/bootstrap/variables.less similarity index 100% rename from third_party/fmt-9.1.0/doc/bootstrap/variables.less rename to third_party/fmt/doc/bootstrap/variables.less diff --git a/third_party/fmt-9.1.0/doc/bootstrap/wells.less b/third_party/fmt/doc/bootstrap/wells.less similarity index 100% rename from third_party/fmt-9.1.0/doc/bootstrap/wells.less rename to third_party/fmt/doc/bootstrap/wells.less diff --git a/third_party/fmt-9.1.0/doc/build.py b/third_party/fmt/doc/build.py similarity index 100% rename from third_party/fmt-9.1.0/doc/build.py rename to third_party/fmt/doc/build.py diff --git a/third_party/fmt-9.1.0/doc/conf.py b/third_party/fmt/doc/conf.py similarity index 100% rename from third_party/fmt-9.1.0/doc/conf.py rename to third_party/fmt/doc/conf.py diff --git a/third_party/fmt-9.1.0/doc/contents.rst b/third_party/fmt/doc/contents.rst similarity index 100% rename from third_party/fmt-9.1.0/doc/contents.rst rename to third_party/fmt/doc/contents.rst diff --git a/third_party/fmt-9.1.0/doc/fmt.less b/third_party/fmt/doc/fmt.less similarity index 100% rename from third_party/fmt-9.1.0/doc/fmt.less rename to third_party/fmt/doc/fmt.less diff --git a/third_party/fmt-9.1.0/doc/html/_sources/api.rst.txt b/third_party/fmt/doc/html/_sources/api.rst.txt similarity index 100% rename from third_party/fmt-9.1.0/doc/html/_sources/api.rst.txt rename to third_party/fmt/doc/html/_sources/api.rst.txt diff --git a/third_party/fmt-9.1.0/doc/html/_sources/contents.rst.txt b/third_party/fmt/doc/html/_sources/contents.rst.txt similarity index 100% rename from third_party/fmt-9.1.0/doc/html/_sources/contents.rst.txt rename to third_party/fmt/doc/html/_sources/contents.rst.txt diff --git a/third_party/fmt-9.1.0/doc/html/_sources/index.rst.txt b/third_party/fmt/doc/html/_sources/index.rst.txt similarity index 100% rename from third_party/fmt-9.1.0/doc/html/_sources/index.rst.txt rename to third_party/fmt/doc/html/_sources/index.rst.txt diff --git a/third_party/fmt-9.1.0/doc/html/_sources/syntax.rst.txt b/third_party/fmt/doc/html/_sources/syntax.rst.txt similarity index 100% rename from third_party/fmt-9.1.0/doc/html/_sources/syntax.rst.txt rename to third_party/fmt/doc/html/_sources/syntax.rst.txt diff --git a/third_party/fmt-9.1.0/doc/html/_sources/usage.rst.txt b/third_party/fmt/doc/html/_sources/usage.rst.txt similarity index 100% rename from third_party/fmt-9.1.0/doc/html/_sources/usage.rst.txt rename to third_party/fmt/doc/html/_sources/usage.rst.txt diff --git a/third_party/fmt-9.1.0/doc/html/_static/basic.css b/third_party/fmt/doc/html/_static/basic.css similarity index 100% rename from third_party/fmt-9.1.0/doc/html/_static/basic.css rename to third_party/fmt/doc/html/_static/basic.css diff --git a/third_party/fmt-9.1.0/doc/html/_static/bootstrap.min.js b/third_party/fmt/doc/html/_static/bootstrap.min.js similarity index 100% rename from third_party/fmt-9.1.0/doc/html/_static/bootstrap.min.js rename to third_party/fmt/doc/html/_static/bootstrap.min.js diff --git a/third_party/fmt-9.1.0/doc/html/_static/doctools.js b/third_party/fmt/doc/html/_static/doctools.js similarity index 100% rename from third_party/fmt-9.1.0/doc/html/_static/doctools.js rename to third_party/fmt/doc/html/_static/doctools.js diff --git a/third_party/fmt-9.1.0/doc/html/_static/documentation_options.js b/third_party/fmt/doc/html/_static/documentation_options.js similarity index 100% rename from third_party/fmt-9.1.0/doc/html/_static/documentation_options.js rename to third_party/fmt/doc/html/_static/documentation_options.js diff --git a/third_party/fmt-9.1.0/doc/html/_static/file.png b/third_party/fmt/doc/html/_static/file.png similarity index 100% rename from third_party/fmt-9.1.0/doc/html/_static/file.png rename to third_party/fmt/doc/html/_static/file.png diff --git a/third_party/fmt-9.1.0/doc/html/_static/fmt.css b/third_party/fmt/doc/html/_static/fmt.css similarity index 100% rename from third_party/fmt-9.1.0/doc/html/_static/fmt.css rename to third_party/fmt/doc/html/_static/fmt.css diff --git a/third_party/fmt-9.1.0/doc/html/_static/fonts/glyphicons-halflings-regular.eot b/third_party/fmt/doc/html/_static/fonts/glyphicons-halflings-regular.eot similarity index 100% rename from third_party/fmt-9.1.0/doc/html/_static/fonts/glyphicons-halflings-regular.eot rename to third_party/fmt/doc/html/_static/fonts/glyphicons-halflings-regular.eot diff --git a/third_party/fmt-9.1.0/doc/html/_static/fonts/glyphicons-halflings-regular.svg b/third_party/fmt/doc/html/_static/fonts/glyphicons-halflings-regular.svg similarity index 100% rename from third_party/fmt-9.1.0/doc/html/_static/fonts/glyphicons-halflings-regular.svg rename to third_party/fmt/doc/html/_static/fonts/glyphicons-halflings-regular.svg diff --git a/third_party/fmt-9.1.0/doc/html/_static/fonts/glyphicons-halflings-regular.ttf b/third_party/fmt/doc/html/_static/fonts/glyphicons-halflings-regular.ttf similarity index 100% rename from third_party/fmt-9.1.0/doc/html/_static/fonts/glyphicons-halflings-regular.ttf rename to third_party/fmt/doc/html/_static/fonts/glyphicons-halflings-regular.ttf diff --git a/third_party/fmt-9.1.0/doc/html/_static/fonts/glyphicons-halflings-regular.woff b/third_party/fmt/doc/html/_static/fonts/glyphicons-halflings-regular.woff similarity index 100% rename from third_party/fmt-9.1.0/doc/html/_static/fonts/glyphicons-halflings-regular.woff rename to third_party/fmt/doc/html/_static/fonts/glyphicons-halflings-regular.woff diff --git a/third_party/fmt-9.1.0/doc/html/_static/jquery-3.5.1.js b/third_party/fmt/doc/html/_static/jquery-3.5.1.js similarity index 100% rename from third_party/fmt-9.1.0/doc/html/_static/jquery-3.5.1.js rename to third_party/fmt/doc/html/_static/jquery-3.5.1.js diff --git a/third_party/fmt-9.1.0/doc/html/_static/jquery.js b/third_party/fmt/doc/html/_static/jquery.js similarity index 100% rename from third_party/fmt-9.1.0/doc/html/_static/jquery.js rename to third_party/fmt/doc/html/_static/jquery.js diff --git a/third_party/fmt-9.1.0/doc/html/_static/language_data.js b/third_party/fmt/doc/html/_static/language_data.js similarity index 100% rename from third_party/fmt-9.1.0/doc/html/_static/language_data.js rename to third_party/fmt/doc/html/_static/language_data.js diff --git a/third_party/fmt-9.1.0/doc/html/_static/minus.png b/third_party/fmt/doc/html/_static/minus.png similarity index 100% rename from third_party/fmt-9.1.0/doc/html/_static/minus.png rename to third_party/fmt/doc/html/_static/minus.png diff --git a/third_party/fmt-9.1.0/doc/html/_static/plus.png b/third_party/fmt/doc/html/_static/plus.png similarity index 100% rename from third_party/fmt-9.1.0/doc/html/_static/plus.png rename to third_party/fmt/doc/html/_static/plus.png diff --git a/third_party/fmt-9.1.0/doc/html/_static/pygments.css b/third_party/fmt/doc/html/_static/pygments.css similarity index 100% rename from third_party/fmt-9.1.0/doc/html/_static/pygments.css rename to third_party/fmt/doc/html/_static/pygments.css diff --git a/third_party/fmt-9.1.0/doc/html/_static/searchtools.js b/third_party/fmt/doc/html/_static/searchtools.js similarity index 100% rename from third_party/fmt-9.1.0/doc/html/_static/searchtools.js rename to third_party/fmt/doc/html/_static/searchtools.js diff --git a/third_party/fmt-9.1.0/doc/html/_static/underscore-1.3.1.js b/third_party/fmt/doc/html/_static/underscore-1.3.1.js similarity index 100% rename from third_party/fmt-9.1.0/doc/html/_static/underscore-1.3.1.js rename to third_party/fmt/doc/html/_static/underscore-1.3.1.js diff --git a/third_party/fmt-9.1.0/doc/html/_static/underscore.js b/third_party/fmt/doc/html/_static/underscore.js similarity index 100% rename from third_party/fmt-9.1.0/doc/html/_static/underscore.js rename to third_party/fmt/doc/html/_static/underscore.js diff --git a/third_party/fmt-9.1.0/doc/html/api.html b/third_party/fmt/doc/html/api.html similarity index 100% rename from third_party/fmt-9.1.0/doc/html/api.html rename to third_party/fmt/doc/html/api.html diff --git a/third_party/fmt-9.1.0/doc/html/contents.html b/third_party/fmt/doc/html/contents.html similarity index 100% rename from third_party/fmt-9.1.0/doc/html/contents.html rename to third_party/fmt/doc/html/contents.html diff --git a/third_party/fmt-9.1.0/doc/html/genindex.html b/third_party/fmt/doc/html/genindex.html similarity index 100% rename from third_party/fmt-9.1.0/doc/html/genindex.html rename to third_party/fmt/doc/html/genindex.html diff --git a/third_party/fmt-9.1.0/doc/html/index.html b/third_party/fmt/doc/html/index.html similarity index 100% rename from third_party/fmt-9.1.0/doc/html/index.html rename to third_party/fmt/doc/html/index.html diff --git a/third_party/fmt-9.1.0/doc/html/objects.inv b/third_party/fmt/doc/html/objects.inv similarity index 100% rename from third_party/fmt-9.1.0/doc/html/objects.inv rename to third_party/fmt/doc/html/objects.inv diff --git a/third_party/fmt-9.1.0/doc/html/search.html b/third_party/fmt/doc/html/search.html similarity index 100% rename from third_party/fmt-9.1.0/doc/html/search.html rename to third_party/fmt/doc/html/search.html diff --git a/third_party/fmt-9.1.0/doc/html/searchindex.js b/third_party/fmt/doc/html/searchindex.js similarity index 100% rename from third_party/fmt-9.1.0/doc/html/searchindex.js rename to third_party/fmt/doc/html/searchindex.js diff --git a/third_party/fmt-9.1.0/doc/html/syntax.html b/third_party/fmt/doc/html/syntax.html similarity index 100% rename from third_party/fmt-9.1.0/doc/html/syntax.html rename to third_party/fmt/doc/html/syntax.html diff --git a/third_party/fmt-9.1.0/doc/html/usage.html b/third_party/fmt/doc/html/usage.html similarity index 100% rename from third_party/fmt-9.1.0/doc/html/usage.html rename to third_party/fmt/doc/html/usage.html diff --git a/third_party/fmt-9.1.0/doc/index.rst b/third_party/fmt/doc/index.rst similarity index 100% rename from third_party/fmt-9.1.0/doc/index.rst rename to third_party/fmt/doc/index.rst diff --git a/third_party/fmt-9.1.0/doc/python-license.txt b/third_party/fmt/doc/python-license.txt similarity index 100% rename from third_party/fmt-9.1.0/doc/python-license.txt rename to third_party/fmt/doc/python-license.txt diff --git a/third_party/fmt-9.1.0/doc/syntax.rst b/third_party/fmt/doc/syntax.rst similarity index 100% rename from third_party/fmt-9.1.0/doc/syntax.rst rename to third_party/fmt/doc/syntax.rst diff --git a/third_party/fmt-9.1.0/doc/usage.rst b/third_party/fmt/doc/usage.rst similarity index 100% rename from third_party/fmt-9.1.0/doc/usage.rst rename to third_party/fmt/doc/usage.rst diff --git a/third_party/fmt-9.1.0/include/fmt/args.h b/third_party/fmt/include/fmt/args.h similarity index 100% rename from third_party/fmt-9.1.0/include/fmt/args.h rename to third_party/fmt/include/fmt/args.h diff --git a/third_party/fmt-9.1.0/include/fmt/chrono.h b/third_party/fmt/include/fmt/chrono.h similarity index 100% rename from third_party/fmt-9.1.0/include/fmt/chrono.h rename to third_party/fmt/include/fmt/chrono.h diff --git a/third_party/fmt-9.1.0/include/fmt/color.h b/third_party/fmt/include/fmt/color.h similarity index 100% rename from third_party/fmt-9.1.0/include/fmt/color.h rename to third_party/fmt/include/fmt/color.h diff --git a/third_party/fmt-9.1.0/include/fmt/compile.h b/third_party/fmt/include/fmt/compile.h similarity index 100% rename from third_party/fmt-9.1.0/include/fmt/compile.h rename to third_party/fmt/include/fmt/compile.h diff --git a/third_party/fmt-9.1.0/include/fmt/core.h b/third_party/fmt/include/fmt/core.h similarity index 100% rename from third_party/fmt-9.1.0/include/fmt/core.h rename to third_party/fmt/include/fmt/core.h diff --git a/third_party/fmt-9.1.0/include/fmt/format-inl.h b/third_party/fmt/include/fmt/format-inl.h similarity index 100% rename from third_party/fmt-9.1.0/include/fmt/format-inl.h rename to third_party/fmt/include/fmt/format-inl.h diff --git a/third_party/fmt-9.1.0/include/fmt/format.h b/third_party/fmt/include/fmt/format.h similarity index 100% rename from third_party/fmt-9.1.0/include/fmt/format.h rename to third_party/fmt/include/fmt/format.h diff --git a/third_party/fmt-9.1.0/include/fmt/os.h b/third_party/fmt/include/fmt/os.h similarity index 100% rename from third_party/fmt-9.1.0/include/fmt/os.h rename to third_party/fmt/include/fmt/os.h diff --git a/third_party/fmt-9.1.0/include/fmt/ostream.h b/third_party/fmt/include/fmt/ostream.h similarity index 100% rename from third_party/fmt-9.1.0/include/fmt/ostream.h rename to third_party/fmt/include/fmt/ostream.h diff --git a/third_party/fmt-9.1.0/include/fmt/printf.h b/third_party/fmt/include/fmt/printf.h similarity index 100% rename from third_party/fmt-9.1.0/include/fmt/printf.h rename to third_party/fmt/include/fmt/printf.h diff --git a/third_party/fmt-9.1.0/include/fmt/ranges.h b/third_party/fmt/include/fmt/ranges.h similarity index 100% rename from third_party/fmt-9.1.0/include/fmt/ranges.h rename to third_party/fmt/include/fmt/ranges.h diff --git a/third_party/fmt-9.1.0/include/fmt/std.h b/third_party/fmt/include/fmt/std.h similarity index 100% rename from third_party/fmt-9.1.0/include/fmt/std.h rename to third_party/fmt/include/fmt/std.h diff --git a/third_party/fmt-9.1.0/include/fmt/xchar.h b/third_party/fmt/include/fmt/xchar.h similarity index 100% rename from third_party/fmt-9.1.0/include/fmt/xchar.h rename to third_party/fmt/include/fmt/xchar.h diff --git a/third_party/fmt-9.1.0/src/fmt.cc b/third_party/fmt/src/fmt.cc similarity index 100% rename from third_party/fmt-9.1.0/src/fmt.cc rename to third_party/fmt/src/fmt.cc diff --git a/third_party/fmt-9.1.0/src/format.cc b/third_party/fmt/src/format.cc similarity index 100% rename from third_party/fmt-9.1.0/src/format.cc rename to third_party/fmt/src/format.cc diff --git a/third_party/fmt-9.1.0/src/os.cc b/third_party/fmt/src/os.cc similarity index 100% rename from third_party/fmt-9.1.0/src/os.cc rename to third_party/fmt/src/os.cc diff --git a/third_party/fmt-9.1.0/support/Android.mk b/third_party/fmt/support/Android.mk similarity index 100% rename from third_party/fmt-9.1.0/support/Android.mk rename to third_party/fmt/support/Android.mk diff --git a/third_party/fmt-9.1.0/support/AndroidManifest.xml b/third_party/fmt/support/AndroidManifest.xml similarity index 100% rename from third_party/fmt-9.1.0/support/AndroidManifest.xml rename to third_party/fmt/support/AndroidManifest.xml diff --git a/third_party/fmt-9.1.0/support/C++.sublime-syntax b/third_party/fmt/support/C++.sublime-syntax similarity index 100% rename from third_party/fmt-9.1.0/support/C++.sublime-syntax rename to third_party/fmt/support/C++.sublime-syntax diff --git a/third_party/fmt-9.1.0/support/README b/third_party/fmt/support/README similarity index 100% rename from third_party/fmt-9.1.0/support/README rename to third_party/fmt/support/README diff --git a/third_party/fmt-9.1.0/support/Vagrantfile b/third_party/fmt/support/Vagrantfile similarity index 100% rename from third_party/fmt-9.1.0/support/Vagrantfile rename to third_party/fmt/support/Vagrantfile diff --git a/third_party/fmt-9.1.0/support/bazel/.bazelrc b/third_party/fmt/support/bazel/.bazelrc similarity index 100% rename from third_party/fmt-9.1.0/support/bazel/.bazelrc rename to third_party/fmt/support/bazel/.bazelrc diff --git a/third_party/fmt-9.1.0/support/bazel/.bazelversion b/third_party/fmt/support/bazel/.bazelversion similarity index 100% rename from third_party/fmt-9.1.0/support/bazel/.bazelversion rename to third_party/fmt/support/bazel/.bazelversion diff --git a/third_party/fmt-9.1.0/support/bazel/BUILD.bazel b/third_party/fmt/support/bazel/BUILD.bazel similarity index 100% rename from third_party/fmt-9.1.0/support/bazel/BUILD.bazel rename to third_party/fmt/support/bazel/BUILD.bazel diff --git a/third_party/fmt-9.1.0/support/bazel/README.md b/third_party/fmt/support/bazel/README.md similarity index 100% rename from third_party/fmt-9.1.0/support/bazel/README.md rename to third_party/fmt/support/bazel/README.md diff --git a/third_party/fmt-9.1.0/support/bazel/WORKSPACE.bazel b/third_party/fmt/support/bazel/WORKSPACE.bazel similarity index 100% rename from third_party/fmt-9.1.0/support/bazel/WORKSPACE.bazel rename to third_party/fmt/support/bazel/WORKSPACE.bazel diff --git a/third_party/fmt-9.1.0/support/build-docs.py b/third_party/fmt/support/build-docs.py similarity index 100% rename from third_party/fmt-9.1.0/support/build-docs.py rename to third_party/fmt/support/build-docs.py diff --git a/third_party/fmt-9.1.0/support/build.gradle b/third_party/fmt/support/build.gradle similarity index 100% rename from third_party/fmt-9.1.0/support/build.gradle rename to third_party/fmt/support/build.gradle diff --git a/third_party/fmt-9.1.0/support/cmake/FindSetEnv.cmake b/third_party/fmt/support/cmake/FindSetEnv.cmake similarity index 100% rename from third_party/fmt-9.1.0/support/cmake/FindSetEnv.cmake rename to third_party/fmt/support/cmake/FindSetEnv.cmake diff --git a/third_party/fmt-9.1.0/support/cmake/JoinPaths.cmake b/third_party/fmt/support/cmake/JoinPaths.cmake similarity index 100% rename from third_party/fmt-9.1.0/support/cmake/JoinPaths.cmake rename to third_party/fmt/support/cmake/JoinPaths.cmake diff --git a/third_party/fmt-9.1.0/support/cmake/cxx14.cmake b/third_party/fmt/support/cmake/cxx14.cmake similarity index 100% rename from third_party/fmt-9.1.0/support/cmake/cxx14.cmake rename to third_party/fmt/support/cmake/cxx14.cmake diff --git a/third_party/fmt-9.1.0/support/cmake/fmt-config.cmake.in b/third_party/fmt/support/cmake/fmt-config.cmake.in similarity index 100% rename from third_party/fmt-9.1.0/support/cmake/fmt-config.cmake.in rename to third_party/fmt/support/cmake/fmt-config.cmake.in diff --git a/third_party/fmt-9.1.0/support/cmake/fmt.pc.in b/third_party/fmt/support/cmake/fmt.pc.in similarity index 100% rename from third_party/fmt-9.1.0/support/cmake/fmt.pc.in rename to third_party/fmt/support/cmake/fmt.pc.in diff --git a/third_party/fmt-9.1.0/support/compute-powers.py b/third_party/fmt/support/compute-powers.py similarity index 100% rename from third_party/fmt-9.1.0/support/compute-powers.py rename to third_party/fmt/support/compute-powers.py diff --git a/third_party/fmt-9.1.0/support/docopt.py b/third_party/fmt/support/docopt.py similarity index 100% rename from third_party/fmt-9.1.0/support/docopt.py rename to third_party/fmt/support/docopt.py diff --git a/third_party/fmt-9.1.0/support/manage.py b/third_party/fmt/support/manage.py similarity index 100% rename from third_party/fmt-9.1.0/support/manage.py rename to third_party/fmt/support/manage.py diff --git a/third_party/fmt-9.1.0/support/printable.py b/third_party/fmt/support/printable.py similarity index 100% rename from third_party/fmt-9.1.0/support/printable.py rename to third_party/fmt/support/printable.py diff --git a/third_party/fmt-9.1.0/support/rst2md.py b/third_party/fmt/support/rst2md.py similarity index 100% rename from third_party/fmt-9.1.0/support/rst2md.py rename to third_party/fmt/support/rst2md.py diff --git a/third_party/fmt-9.1.0/support/rtd/conf.py b/third_party/fmt/support/rtd/conf.py similarity index 100% rename from third_party/fmt-9.1.0/support/rtd/conf.py rename to third_party/fmt/support/rtd/conf.py diff --git a/third_party/fmt-9.1.0/support/rtd/index.rst b/third_party/fmt/support/rtd/index.rst similarity index 100% rename from third_party/fmt-9.1.0/support/rtd/index.rst rename to third_party/fmt/support/rtd/index.rst diff --git a/third_party/fmt-9.1.0/support/rtd/theme/layout.html b/third_party/fmt/support/rtd/theme/layout.html similarity index 100% rename from third_party/fmt-9.1.0/support/rtd/theme/layout.html rename to third_party/fmt/support/rtd/theme/layout.html diff --git a/third_party/fmt-9.1.0/support/rtd/theme/theme.conf b/third_party/fmt/support/rtd/theme/theme.conf similarity index 100% rename from third_party/fmt-9.1.0/support/rtd/theme/theme.conf rename to third_party/fmt/support/rtd/theme/theme.conf diff --git a/third_party/fmt-9.1.0/test/CMakeLists.txt b/third_party/fmt/test/CMakeLists.txt similarity index 100% rename from third_party/fmt-9.1.0/test/CMakeLists.txt rename to third_party/fmt/test/CMakeLists.txt diff --git a/third_party/fmt-9.1.0/test/add-subdirectory-test/CMakeLists.txt b/third_party/fmt/test/add-subdirectory-test/CMakeLists.txt similarity index 100% rename from third_party/fmt-9.1.0/test/add-subdirectory-test/CMakeLists.txt rename to third_party/fmt/test/add-subdirectory-test/CMakeLists.txt diff --git a/third_party/fmt-9.1.0/test/add-subdirectory-test/main.cc b/third_party/fmt/test/add-subdirectory-test/main.cc similarity index 100% rename from third_party/fmt-9.1.0/test/add-subdirectory-test/main.cc rename to third_party/fmt/test/add-subdirectory-test/main.cc diff --git a/third_party/fmt-9.1.0/test/args-test.cc b/third_party/fmt/test/args-test.cc similarity index 100% rename from third_party/fmt-9.1.0/test/args-test.cc rename to third_party/fmt/test/args-test.cc diff --git a/third_party/fmt-9.1.0/test/assert-test.cc b/third_party/fmt/test/assert-test.cc similarity index 100% rename from third_party/fmt-9.1.0/test/assert-test.cc rename to third_party/fmt/test/assert-test.cc diff --git a/third_party/fmt-9.1.0/test/chrono-test.cc b/third_party/fmt/test/chrono-test.cc similarity index 100% rename from third_party/fmt-9.1.0/test/chrono-test.cc rename to third_party/fmt/test/chrono-test.cc diff --git a/third_party/fmt-9.1.0/test/color-test.cc b/third_party/fmt/test/color-test.cc similarity index 100% rename from third_party/fmt-9.1.0/test/color-test.cc rename to third_party/fmt/test/color-test.cc diff --git a/third_party/fmt-9.1.0/test/compile-error-test/CMakeLists.txt b/third_party/fmt/test/compile-error-test/CMakeLists.txt similarity index 100% rename from third_party/fmt-9.1.0/test/compile-error-test/CMakeLists.txt rename to third_party/fmt/test/compile-error-test/CMakeLists.txt diff --git a/third_party/fmt-9.1.0/test/compile-fp-test.cc b/third_party/fmt/test/compile-fp-test.cc similarity index 100% rename from third_party/fmt-9.1.0/test/compile-fp-test.cc rename to third_party/fmt/test/compile-fp-test.cc diff --git a/third_party/fmt-9.1.0/test/compile-test.cc b/third_party/fmt/test/compile-test.cc similarity index 100% rename from third_party/fmt-9.1.0/test/compile-test.cc rename to third_party/fmt/test/compile-test.cc diff --git a/third_party/fmt-9.1.0/test/core-test.cc b/third_party/fmt/test/core-test.cc similarity index 100% rename from third_party/fmt-9.1.0/test/core-test.cc rename to third_party/fmt/test/core-test.cc diff --git a/third_party/fmt-9.1.0/test/cuda-test/CMakeLists.txt b/third_party/fmt/test/cuda-test/CMakeLists.txt similarity index 100% rename from third_party/fmt-9.1.0/test/cuda-test/CMakeLists.txt rename to third_party/fmt/test/cuda-test/CMakeLists.txt diff --git a/third_party/fmt-9.1.0/test/cuda-test/cpp14.cc b/third_party/fmt/test/cuda-test/cpp14.cc similarity index 100% rename from third_party/fmt-9.1.0/test/cuda-test/cpp14.cc rename to third_party/fmt/test/cuda-test/cpp14.cc diff --git a/third_party/fmt-9.1.0/test/cuda-test/cuda-cpp14.cu b/third_party/fmt/test/cuda-test/cuda-cpp14.cu similarity index 100% rename from third_party/fmt-9.1.0/test/cuda-test/cuda-cpp14.cu rename to third_party/fmt/test/cuda-test/cuda-cpp14.cu diff --git a/third_party/fmt-9.1.0/test/detect-stdfs.cc b/third_party/fmt/test/detect-stdfs.cc similarity index 100% rename from third_party/fmt-9.1.0/test/detect-stdfs.cc rename to third_party/fmt/test/detect-stdfs.cc diff --git a/third_party/fmt-9.1.0/test/enforce-checks-test.cc b/third_party/fmt/test/enforce-checks-test.cc similarity index 100% rename from third_party/fmt-9.1.0/test/enforce-checks-test.cc rename to third_party/fmt/test/enforce-checks-test.cc diff --git a/third_party/fmt-9.1.0/test/find-package-test/CMakeLists.txt b/third_party/fmt/test/find-package-test/CMakeLists.txt similarity index 100% rename from third_party/fmt-9.1.0/test/find-package-test/CMakeLists.txt rename to third_party/fmt/test/find-package-test/CMakeLists.txt diff --git a/third_party/fmt-9.1.0/test/find-package-test/main.cc b/third_party/fmt/test/find-package-test/main.cc similarity index 100% rename from third_party/fmt-9.1.0/test/find-package-test/main.cc rename to third_party/fmt/test/find-package-test/main.cc diff --git a/third_party/fmt-9.1.0/test/format-impl-test.cc b/third_party/fmt/test/format-impl-test.cc similarity index 100% rename from third_party/fmt-9.1.0/test/format-impl-test.cc rename to third_party/fmt/test/format-impl-test.cc diff --git a/third_party/fmt-9.1.0/test/format-test.cc b/third_party/fmt/test/format-test.cc similarity index 100% rename from third_party/fmt-9.1.0/test/format-test.cc rename to third_party/fmt/test/format-test.cc diff --git a/third_party/fmt-9.1.0/test/fuzzing/CMakeLists.txt b/third_party/fmt/test/fuzzing/CMakeLists.txt similarity index 100% rename from third_party/fmt-9.1.0/test/fuzzing/CMakeLists.txt rename to third_party/fmt/test/fuzzing/CMakeLists.txt diff --git a/third_party/fmt-9.1.0/test/fuzzing/README.md b/third_party/fmt/test/fuzzing/README.md similarity index 100% rename from third_party/fmt-9.1.0/test/fuzzing/README.md rename to third_party/fmt/test/fuzzing/README.md diff --git a/third_party/fmt-9.1.0/test/fuzzing/build.sh b/third_party/fmt/test/fuzzing/build.sh similarity index 100% rename from third_party/fmt-9.1.0/test/fuzzing/build.sh rename to third_party/fmt/test/fuzzing/build.sh diff --git a/third_party/fmt-9.1.0/test/fuzzing/chrono-duration.cc b/third_party/fmt/test/fuzzing/chrono-duration.cc similarity index 100% rename from third_party/fmt-9.1.0/test/fuzzing/chrono-duration.cc rename to third_party/fmt/test/fuzzing/chrono-duration.cc diff --git a/third_party/fmt-9.1.0/test/fuzzing/chrono-timepoint.cc b/third_party/fmt/test/fuzzing/chrono-timepoint.cc similarity index 100% rename from third_party/fmt-9.1.0/test/fuzzing/chrono-timepoint.cc rename to third_party/fmt/test/fuzzing/chrono-timepoint.cc diff --git a/third_party/fmt-9.1.0/test/fuzzing/float.cc b/third_party/fmt/test/fuzzing/float.cc similarity index 100% rename from third_party/fmt-9.1.0/test/fuzzing/float.cc rename to third_party/fmt/test/fuzzing/float.cc diff --git a/third_party/fmt-9.1.0/test/fuzzing/fuzzer-common.h b/third_party/fmt/test/fuzzing/fuzzer-common.h similarity index 100% rename from third_party/fmt-9.1.0/test/fuzzing/fuzzer-common.h rename to third_party/fmt/test/fuzzing/fuzzer-common.h diff --git a/third_party/fmt-9.1.0/test/fuzzing/main.cc b/third_party/fmt/test/fuzzing/main.cc similarity index 100% rename from third_party/fmt-9.1.0/test/fuzzing/main.cc rename to third_party/fmt/test/fuzzing/main.cc diff --git a/third_party/fmt-9.1.0/test/fuzzing/named-arg.cc b/third_party/fmt/test/fuzzing/named-arg.cc similarity index 100% rename from third_party/fmt-9.1.0/test/fuzzing/named-arg.cc rename to third_party/fmt/test/fuzzing/named-arg.cc diff --git a/third_party/fmt-9.1.0/test/fuzzing/one-arg.cc b/third_party/fmt/test/fuzzing/one-arg.cc similarity index 100% rename from third_party/fmt-9.1.0/test/fuzzing/one-arg.cc rename to third_party/fmt/test/fuzzing/one-arg.cc diff --git a/third_party/fmt-9.1.0/test/fuzzing/two-args.cc b/third_party/fmt/test/fuzzing/two-args.cc similarity index 100% rename from third_party/fmt-9.1.0/test/fuzzing/two-args.cc rename to third_party/fmt/test/fuzzing/two-args.cc diff --git a/third_party/fmt-9.1.0/test/gtest-extra-test.cc b/third_party/fmt/test/gtest-extra-test.cc similarity index 100% rename from third_party/fmt-9.1.0/test/gtest-extra-test.cc rename to third_party/fmt/test/gtest-extra-test.cc diff --git a/third_party/fmt-9.1.0/test/gtest-extra.cc b/third_party/fmt/test/gtest-extra.cc similarity index 100% rename from third_party/fmt-9.1.0/test/gtest-extra.cc rename to third_party/fmt/test/gtest-extra.cc diff --git a/third_party/fmt-9.1.0/test/gtest-extra.h b/third_party/fmt/test/gtest-extra.h similarity index 100% rename from third_party/fmt-9.1.0/test/gtest-extra.h rename to third_party/fmt/test/gtest-extra.h diff --git a/third_party/fmt-9.1.0/test/gtest/.clang-format b/third_party/fmt/test/gtest/.clang-format similarity index 100% rename from third_party/fmt-9.1.0/test/gtest/.clang-format rename to third_party/fmt/test/gtest/.clang-format diff --git a/third_party/fmt-9.1.0/test/gtest/CMakeLists.txt b/third_party/fmt/test/gtest/CMakeLists.txt similarity index 100% rename from third_party/fmt-9.1.0/test/gtest/CMakeLists.txt rename to third_party/fmt/test/gtest/CMakeLists.txt diff --git a/third_party/fmt-9.1.0/test/gtest/gmock-gtest-all.cc b/third_party/fmt/test/gtest/gmock-gtest-all.cc similarity index 100% rename from third_party/fmt-9.1.0/test/gtest/gmock-gtest-all.cc rename to third_party/fmt/test/gtest/gmock-gtest-all.cc diff --git a/third_party/fmt-9.1.0/test/gtest/gmock/gmock.h b/third_party/fmt/test/gtest/gmock/gmock.h similarity index 100% rename from third_party/fmt-9.1.0/test/gtest/gmock/gmock.h rename to third_party/fmt/test/gtest/gmock/gmock.h diff --git a/third_party/fmt-9.1.0/test/gtest/gtest/gtest-spi.h b/third_party/fmt/test/gtest/gtest/gtest-spi.h similarity index 100% rename from third_party/fmt-9.1.0/test/gtest/gtest/gtest-spi.h rename to third_party/fmt/test/gtest/gtest/gtest-spi.h diff --git a/third_party/fmt-9.1.0/test/gtest/gtest/gtest.h b/third_party/fmt/test/gtest/gtest/gtest.h similarity index 100% rename from third_party/fmt-9.1.0/test/gtest/gtest/gtest.h rename to third_party/fmt/test/gtest/gtest/gtest.h diff --git a/third_party/fmt-9.1.0/test/header-only-test.cc b/third_party/fmt/test/header-only-test.cc similarity index 100% rename from third_party/fmt-9.1.0/test/header-only-test.cc rename to third_party/fmt/test/header-only-test.cc diff --git a/third_party/fmt-9.1.0/test/mock-allocator.h b/third_party/fmt/test/mock-allocator.h similarity index 100% rename from third_party/fmt-9.1.0/test/mock-allocator.h rename to third_party/fmt/test/mock-allocator.h diff --git a/third_party/fmt-9.1.0/test/module-test.cc b/third_party/fmt/test/module-test.cc similarity index 100% rename from third_party/fmt-9.1.0/test/module-test.cc rename to third_party/fmt/test/module-test.cc diff --git a/third_party/fmt-9.1.0/test/noexception-test.cc b/third_party/fmt/test/noexception-test.cc similarity index 100% rename from third_party/fmt-9.1.0/test/noexception-test.cc rename to third_party/fmt/test/noexception-test.cc diff --git a/third_party/fmt-9.1.0/test/os-test.cc b/third_party/fmt/test/os-test.cc similarity index 100% rename from third_party/fmt-9.1.0/test/os-test.cc rename to third_party/fmt/test/os-test.cc diff --git a/third_party/fmt-9.1.0/test/ostream-test.cc b/third_party/fmt/test/ostream-test.cc similarity index 100% rename from third_party/fmt-9.1.0/test/ostream-test.cc rename to third_party/fmt/test/ostream-test.cc diff --git a/third_party/fmt-9.1.0/test/posix-mock-test.cc b/third_party/fmt/test/posix-mock-test.cc similarity index 100% rename from third_party/fmt-9.1.0/test/posix-mock-test.cc rename to third_party/fmt/test/posix-mock-test.cc diff --git a/third_party/fmt-9.1.0/test/posix-mock.h b/third_party/fmt/test/posix-mock.h similarity index 100% rename from third_party/fmt-9.1.0/test/posix-mock.h rename to third_party/fmt/test/posix-mock.h diff --git a/third_party/fmt-9.1.0/test/printf-test.cc b/third_party/fmt/test/printf-test.cc similarity index 100% rename from third_party/fmt-9.1.0/test/printf-test.cc rename to third_party/fmt/test/printf-test.cc diff --git a/third_party/fmt-9.1.0/test/ranges-odr-test.cc b/third_party/fmt/test/ranges-odr-test.cc similarity index 100% rename from third_party/fmt-9.1.0/test/ranges-odr-test.cc rename to third_party/fmt/test/ranges-odr-test.cc diff --git a/third_party/fmt-9.1.0/test/ranges-test.cc b/third_party/fmt/test/ranges-test.cc similarity index 100% rename from third_party/fmt-9.1.0/test/ranges-test.cc rename to third_party/fmt/test/ranges-test.cc diff --git a/third_party/fmt-9.1.0/test/scan-test.cc b/third_party/fmt/test/scan-test.cc similarity index 100% rename from third_party/fmt-9.1.0/test/scan-test.cc rename to third_party/fmt/test/scan-test.cc diff --git a/third_party/fmt-9.1.0/test/scan.h b/third_party/fmt/test/scan.h similarity index 100% rename from third_party/fmt-9.1.0/test/scan.h rename to third_party/fmt/test/scan.h diff --git a/third_party/fmt-9.1.0/test/static-export-test/CMakeLists.txt b/third_party/fmt/test/static-export-test/CMakeLists.txt similarity index 100% rename from third_party/fmt-9.1.0/test/static-export-test/CMakeLists.txt rename to third_party/fmt/test/static-export-test/CMakeLists.txt diff --git a/third_party/fmt-9.1.0/test/static-export-test/library.cc b/third_party/fmt/test/static-export-test/library.cc similarity index 100% rename from third_party/fmt-9.1.0/test/static-export-test/library.cc rename to third_party/fmt/test/static-export-test/library.cc diff --git a/third_party/fmt-9.1.0/test/static-export-test/main.cc b/third_party/fmt/test/static-export-test/main.cc similarity index 100% rename from third_party/fmt-9.1.0/test/static-export-test/main.cc rename to third_party/fmt/test/static-export-test/main.cc diff --git a/third_party/fmt-9.1.0/test/std-test.cc b/third_party/fmt/test/std-test.cc similarity index 100% rename from third_party/fmt-9.1.0/test/std-test.cc rename to third_party/fmt/test/std-test.cc diff --git a/third_party/fmt-9.1.0/test/test-assert.h b/third_party/fmt/test/test-assert.h similarity index 100% rename from third_party/fmt-9.1.0/test/test-assert.h rename to third_party/fmt/test/test-assert.h diff --git a/third_party/fmt-9.1.0/test/test-main.cc b/third_party/fmt/test/test-main.cc similarity index 100% rename from third_party/fmt-9.1.0/test/test-main.cc rename to third_party/fmt/test/test-main.cc diff --git a/third_party/fmt-9.1.0/test/unicode-test.cc b/third_party/fmt/test/unicode-test.cc similarity index 100% rename from third_party/fmt-9.1.0/test/unicode-test.cc rename to third_party/fmt/test/unicode-test.cc diff --git a/third_party/fmt-9.1.0/test/util.cc b/third_party/fmt/test/util.cc similarity index 100% rename from third_party/fmt-9.1.0/test/util.cc rename to third_party/fmt/test/util.cc diff --git a/third_party/fmt-9.1.0/test/util.h b/third_party/fmt/test/util.h similarity index 100% rename from third_party/fmt-9.1.0/test/util.h rename to third_party/fmt/test/util.h diff --git a/third_party/fmt-9.1.0/test/xchar-test.cc b/third_party/fmt/test/xchar-test.cc similarity index 100% rename from third_party/fmt-9.1.0/test/xchar-test.cc rename to third_party/fmt/test/xchar-test.cc