Skip to content

Commit

Permalink
Initial dub release
Browse files Browse the repository at this point in the history
  • Loading branch information
MrcSnm committed Aug 12, 2021
1 parent 2f093fd commit feac886
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion dub.json
Expand Up @@ -9,6 +9,7 @@
],
"copyright": "Copyright © 2020, Hipreme",
"dependencies": {
"bindbc-generate": "~>1.0.0",
"bindbc-loader": "~>0.3.2"
},
"description": "Minimal C Dear ImGUI+SDL test",
Expand All @@ -21,5 +22,6 @@
"source"
],
"targetPath": "lib",
"targetType": "library"
"targetType": "library",
"version": "1.0.0"
}
1 change: 0 additions & 1 deletion source/bindbc/cimgui/overloads.d
Expand Up @@ -2,7 +2,6 @@ module bindbc.cimgui.overloads;

import bindbc.cimgui.funcs;
import bindbc.cimgui.types;
extern(C):

import core.stdc.stdarg;
static template overload(Funcs...)
Expand Down

0 comments on commit feac886

Please sign in to comment.