I got little issue, while trying to use linc_imgui installed with haxelib instead of adding it to Libraries directory.
During comilation it says: "linc_imgui.h: No such file or directory"
May be korefile.js not get parsed, when library placed in haxe/lib directory?
I decided to use haxelib instead of Libraries dir, cause i want to add this demo into linc_imgui tests directory.
In that case we end up with this directories structure:
I'm not sure if it's OK to create such circular dependencies within git.
However, please, clarify - is it possible to use library, installed with haxelib, like:
haxelib git linc_imgui https://github.com/CoruNethron/linc_imgui
If that library contains korefile.js and some native code?