From 2a805d2de0147e24471e25a0cab0f478de71aa98 Mon Sep 17 00:00:00 2001 From: Ed_ Date: Mon, 13 Jan 2025 13:00:34 -0500 Subject: [PATCH] Add notice to readme reguarding user managing thirdparty dependencies for their codebase. --- Readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 5a841ee..5781690 100644 --- a/Readme.md +++ b/Readme.md @@ -60,7 +60,9 @@ Currently, the scripts provided & the library itself were developed & tested on The library depends on harfbuzz & stb_truetype to build. Note: harfbuzz could technically be removed if the user removes their definitions, however this hasn't been made into a conditional compilation option yet. -# Gallery +**NOTICE: All library dependencies are in the "thirdparty" collection of this repository. For their codebase, the user soley has to modify that collection specification for where they would like to put these external "vendor" dependencies not provided by odin.** + +## Gallery ![sokol_demo_2025-01-11_01-32-24](https://github.com/user-attachments/assets/4aea2b23-4362-47e6-b6d1-286e84891702)