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 First commit. 2024-08-20 13:08:19 +02:00
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 First commit. 2024-08-20 13:08:19 +02:00
glfm.nim Add all missing files in the packages directory. 2024-09-11 12:10:54 +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
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 First commit. 2024-08-20 13:08:19 +02:00
stb_image_resize.nim Add all missing files in the packages directory. 2024-09-11 12:10:54 +02:00
tinyexr.nim First commit. 2024-08-20 13:08:19 +02:00
tinyre.nim Add all missing files in the packages directory. 2024-09-11 12:10:54 +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.