Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/BradleyChatha/lumars
Browse files Browse the repository at this point in the history
  • Loading branch information
Bradley Chatha committed Jul 16, 2022
2 parents bffc376 + 4d4ffdf commit 3f53dbf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dub.sdl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description "A high level, lightweight LUA library."
authors "Bradley Chatha"
copyright "Copyright © 2021, Bradley Chatha"
license "MIT"
dependency "bindbc-lua" version="~>0.4.1"
dependency "bindbc-lua" version="~>0.5.0"
dependency "taggedalgebraic" version="~>0.11.22"
configuration "lua51" {
targetType "library"
Expand Down
4 changes: 2 additions & 2 deletions dub.selections.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"fileVersion": 1,
"versions": {
"bindbc-loader": "0.3.2",
"bindbc-lua": "0.4.1",
"bindbc-loader": "1.0.1",
"bindbc-lua": "0.5.0",
"taggedalgebraic": "0.11.22"
}
}
1 change: 1 addition & 0 deletions source/lumars/function_.d
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,7 @@ int luaCWrapperBasic(alias Func)(lua_State* state) nothrow
+ Example:
+ `luaState.register!(std.path.buildPath!(string[]))("buildPath")`
+ ++/
extern(C)
int luaCWrapperSmart(alias Func, LuaFuncWrapperType Type = LuaFuncWrapperType.isAliasFunc)(lua_State* state) nothrow
{
import std.format : format;
Expand Down

0 comments on commit 3f53dbf

Please sign in to comment.