diff --git a/vendor/README.md b/vendor/README.md new file mode 100644 index 0000000000000000000000000000000000000000..edc5fd3c4a638765d12120163903bea5ecf46505 --- /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