From c396f282cf217c74ace2a58c6776b8acb4f61ca9 Mon Sep 17 00:00:00 2001 From: 0undefined Date: Wed, 26 Feb 2025 14:22:35 +0100 Subject: Bump stb dependency --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index cde0ba6..b9b8a93 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,20 @@ See [this CMakeLists.txt][0] to get an idea of how to use this project. _At the moment building with statically linking is borked._ +### Dependencies + +These are the dependencies that you likely need to install yourself. + +* assimp +* glad +* glfw +* stb + +Other dependencies are pulled automatically. + + +### Building fr + Generate the build files using ``` cmake -S . -B build -- cgit v1.3