Compare commits

..

2 commits

Author SHA1 Message Date
01f1873a9e Merge branch 'master' into cxx17
All checks were successful
Run UnitTests / build-and-run-unittests (push) Successful in 29s
2024-07-15 13:49:57 +09:00
c3dee0f242 Update README.md
All checks were successful
Publish doxygen documentation to seodisparate.com / doxygen-gen-and-publish (push) Successful in 2s
Run UnitTests / build-and-run-unittests (push) Successful in 14s
2024-07-15 13:49:50 +09:00

View file

@ -1,9 +1,7 @@
# About
EntityComponentMetaSystem is a header-only library. However, UnitTests can be
built and run using cmake (gtest is a dependency).
[(Note that gtest uses the BSD 3-Clause License.)](https://github.com/google/googletest/blob/master/LICENSE)
built and run using cmake (gtest is ~~a dependency~~ no longer a dependency).
# Generated Doxygen Documentation