myou-engine/libs/packages
2024-08-23 00:37:45 +02:00
..
arr_ref.nim
float16.nim
loadable.nim
myou_engine.nim
README.md
tinyexr.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.