Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
peacalm committed Jun 30, 2023
1 parent 0305701 commit ea02bcf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Features:
* Get and call Lua functions in C++
* Bind C++ functions(also lambda, std::function or callable objects) to Lua
* Bind C++ classes to Lua
* Bind C++ copyable objects, movable objects, raw pointer or smart pointer to Lua
* Evaluate Lua expressions in C++ to get results
* If a variable provider is provided, it can automatically seek variabls from
provider while evaluate expressions.
Expand Down

0 comments on commit ea02bcf

Please sign in to comment.