From 3d8937914ff5b6f7fa94f76d5e2e520d3373f2c2 Mon Sep 17 00:00:00 2001
From: Joseph Walton-Rivers <joseph@walton-rivers.uk>
Date: Wed, 26 Oct 2022 09:24:50 +0100
Subject: [PATCH] note vendored libraries

---
 vendor/README.md | 8 ++++++++
 1 file changed, 8 insertions(+)
 create mode 100644 vendor/README.md

diff --git a/vendor/README.md b/vendor/README.md
new file mode 100644
index 0000000..edc5fd3
--- /dev/null
+++ b/vendor/README.md
@@ -0,0 +1,8 @@
+# Vendor Libraries
+This folder contains 3rd party code we need to ship with our build.
+Compile-time only dependencies, or dependencies which can be included using cmake directly will not be included within this folder.
+
+| Library    | Purpose                                          | Licence |
+|------------|--------------------------------------------------|---------|
+| GLAD       | Allow loading of OpenGL libraries and extentions | MIT     |
+| Dear IMGUI | Debugging UI/Editor windows                      | MIT     |
\ No newline at end of file
-- 
GitLab