diff --git a/.gitattributes b/.gitattributes index 632f19f..27f9a2e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,2 @@ # Ignore GLAD generated API files -glad.* linguist-vendored \ No newline at end of file +glad.* linguist-generated \ No newline at end of file diff --git a/README.md b/README.md index 548f341..9ebfe02 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,6 @@ There are several goals that RNR seeks to accomplish, them being; # Building RNR uses [CMake](https://cmake.org/) as its build system and [GCC](https://gcc.gnu.org/) as its compiler. To build RNR, you must first have the following packages installed: - [Boost](https://www.boost.org/) -- [CGLM](https://github.com/recp/cglm) - [Ogre](https://github.com/OGRECave/ogre) - [Qt 6](https://www.qt.io/product/qt6) (if building the player or studio projects)