myou-engine/libs/packages
2024-08-23 00:37:45 +02:00
..
arr_ref.nim First commit. 2024-08-20 13:08:19 +02:00
float16.nim First commit. 2024-08-20 13:08:19 +02:00
loadable.nim First commit. 2024-08-20 13:08:19 +02:00
myou_engine.nim First commit. 2024-08-20 13:08:19 +02:00
README.md First commit. 2024-08-20 13:08:19 +02:00
tinyexr.nim First commit. 2024-08-20 13:08:19 +02:00
vmath.nim First commit. 2024-08-20 13:08:19 +02:00

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.