From ca6fe4396c37babe5262c4b2adff1779ce161197 Mon Sep 17 00:00:00 2001 From: rjindael Date: Mon, 10 Jul 2023 19:13:13 -0700 Subject: [PATCH] nits --- .gitattributes | 2 +- README.md | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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)