From 06ae60645efc713362fef70ef6d9c69516ddd425 Mon Sep 17 00:00:00 2001 From: Sean Barrett Date: Sat, 31 Oct 2015 11:17:02 -0700 Subject: [PATCH] Update other_libs.md --- docs/other_libs.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/other_libs.md b/docs/other_libs.md index 0e0433b..2931064 100644 --- a/docs/other_libs.md +++ b/docs/other_libs.md @@ -35,6 +35,7 @@ Not public domain: - **tests** [utest](https://github.com/evolutional/utest): unit testing (MIT license) - **tests** [catch](https://github.com/philsquared/Catch): unit testing (Boost license) - **tests** [SPUT](http://www.lingua-systems.com/unit-testing/): unit testing (BSD license) +- _**misc** [lualite](https://github.com/janezz55/lualite/): generate lua bindings in C++ (MIT license)_ There are some that have a source file and require a separate header file (which they may not even supply). That's twice as many files, and we at nothings/stb cannot condone