|
|
@@ -221,8 +221,8 @@ supports at least C++17.<br/>
|
|
|
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).<br/>
|
|
|
@@ -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
|