From e1a6251e21896eeee550d652c148d4655bb7be18 Mon Sep 17 00:00:00 2001 From: HALX99 Date: Thu, 12 Nov 2020 23:09:14 +0800 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5802a5f0dd..e887f4aea1 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ * Usefull PRs from **you** are welcome (review/merge ASAP) ### Highlight Features: +* **More clearly thirdparty libs Upstram & Version & License for easy to publish your commercial apps based on engine-x** * Refactor AudioEngine, OpenAL for all platforms * [openal-soft](https://github.com/kcat/openal-soft), pass -DBUILD_EXT_ALSOFT=ON to cmake to force enable it * [OpenAL.framework](https://opensource.apple.com/tarballs/OpenAL), if no ```BUILD_EXT_ALSOFT``` option specified, cmake script will choose it on osx/ios, even through it was mark as deprecated, but still available.