Closed Jugbot closed 5 years ago
Try this:
1) Put package.cpath = "./lib/?.dll;./lib/?.so;"..package.cpath
at the top of your main.lua
.
2) Use require "nuklear"
instead of require "lib.nuklear"
.
Let me know if this fixes your problem.
First option worked thank you :)
This is 64 bit version, no build straight from latest release.