From e9b64a21a214b8f527427d34e89c7fecdcfe072e Mon Sep 17 00:00:00 2001 From: skypjack Date: Mon, 24 Nov 2025 17:06:36 +0100 Subject: [PATCH] doc: updated README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c28837d09..99432ec9b 100644 --- a/README.md +++ b/README.md @@ -221,8 +221,8 @@ supports at least C++17.
The requirements below are mandatory to compile the tests and to extract the documentation: -* `CMake` version 3.7 or later. -* `Doxygen` version 1.8 or later. +* `CMake` version 3.15.7 or later. +* `Doxygen` version 1.14.0 or later. Alternatively, [Bazel](https://bazel.build) is also supported as a build system (credits to [zaucy](https://github.com/zaucy) who offered to maintain it).
@@ -325,7 +325,7 @@ If you spot errors or have suggestions, any contribution is welcome! `bazel` project, add the following to your `MODULE.bazel` file: ```starlark - bazel_dep(name = "entt", version = "3.12.2") + bazel_dep(name = "entt", version = "3.16.0") ``` EnTT will now be available as `@entt` (short for `@entt//:entt`) to be used