.. | ||
stb_image | ||
zstd | ||
arr_ref.nim | ||
astc.nim | ||
bc7enc.nim | ||
dds_ktx.nim | ||
float16.nim | ||
glfm.nim | ||
loadable.nim | ||
myou_engine.nim | ||
nglfw.nim | ||
opengl.nim | ||
quickhull.nim | ||
README.md | ||
stb_image_resize.nim | ||
tinyexr.nim | ||
tinyre.nim | ||
vmath.nim |
This directory emulates having the libraries as packages, so you only need to include this in your path to use a local copy of the engine.
Add this to your nim.cfg
:
path:"../myou-engine/libs/packages"
Change ..
by the actual location of myou-engine
if necessary.