myou-engine/libs/packages
2024-09-11 12:10:54 +02:00
..
stb_image Add all missing files in the packages directory. 2024-09-11 12:10:54 +02:00
zstd Add all missing files in the packages directory. 2024-09-11 12:10:54 +02:00
arr_ref.nim
astc.nim Add all missing files in the packages directory. 2024-09-11 12:10:54 +02:00
bc7enc.nim Add all missing files in the packages directory. 2024-09-11 12:10:54 +02:00
dds_ktx.nim Add all missing files in the packages directory. 2024-09-11 12:10:54 +02:00
float16.nim
glfm.nim Add all missing files in the packages directory. 2024-09-11 12:10:54 +02:00
loadable.nim
myou_engine.nim
nglfw.nim Add all missing files in the packages directory. 2024-09-11 12:10:54 +02:00
opengl.nim Add all missing files in the packages directory. 2024-09-11 12:10:54 +02:00
quickhull.nim Add all missing files in the packages directory. 2024-09-11 12:10:54 +02:00
README.md
stb_image_resize.nim Add all missing files in the packages directory. 2024-09-11 12:10:54 +02:00
tinyexr.nim
tinyre.nim Add all missing files in the packages directory. 2024-09-11 12:10:54 +02:00
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.