Skip to content

Commit

Permalink
Bump bindbc-lua version to 0.5.0 (#12)
Browse files Browse the repository at this point in the history
* Update to latest bindbc-lua

* Make luaCWrapperSmart not fail
  • Loading branch information
LunaTheFoxgirl authored Jun 2, 2022
1 parent 12c5c7c commit 4d4ffdf
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 @@ -335,6 +335,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 4d4ffdf

Please sign in to comment.