diff --git a/readme.md b/readme.md index d2dfa7a6f..3f17512b5 100644 --- a/readme.md +++ b/readme.md @@ -109,7 +109,6 @@ target_link_libraries(main PRIVATE glm::glm) #### Improvements: - Enables only warnings as errors while building unit tests -- Added aligned_*vec3 simd support #1245 #### Fixes: - Fixed C++ language auto detection build, disable C++98 warnings with Clang #1235, #1231