Add all missing files in the packages directory.

This commit is contained in:
Alberto Torres 2024-09-10 01:10:57 +02:00
parent b60c837c47
commit c8f9beaff9
14 changed files with 34 additions and 0 deletions

2
libs/packages/astc.nim Normal file
View file

@ -0,0 +1,2 @@
import ../astc/astc
export astc

2
libs/packages/bc7enc.nim Normal file
View file

@ -0,0 +1,2 @@
import ../bc7enc/bc7enc
export bc7enc

View file

@ -0,0 +1,2 @@
import ../dds_ktx/dds_ktx
export dds_ktx

2
libs/packages/glfm.nim Normal file
View file

@ -0,0 +1,2 @@
import ../glfm/src/glfm
export glfm

2
libs/packages/nglfw.nim Normal file
View file

@ -0,0 +1,2 @@
import ../nglfw/src/nglfw
export nglfw

2
libs/packages/opengl.nim Normal file
View file

@ -0,0 +1,2 @@
import ../../src/platform/gl
export gl

View file

@ -0,0 +1,2 @@
import ../quickhull/quickhull
export quickhull

View file

@ -0,0 +1,3 @@
import ../stb_image_nim/stb_image/read
export read

View file

@ -0,0 +1,3 @@
import ../stb_image_nim/stb_image/write
export write

View file

@ -0,0 +1,2 @@
import ../stb_image_resize/stb_image_resize
export stb_image_resize

3
libs/packages/tinyre.nim Normal file
View file

@ -0,0 +1,3 @@
import ../tinyre/tinyre
export tinyre

View file

@ -0,0 +1,3 @@
import ../../nim_zstd/zstd/compress
export compress

View file

@ -0,0 +1,3 @@
import ../../nim_zstd/zstd/decompress
export decompress

View file

@ -0,0 +1,3 @@
import ../../../nim_zstd/zstd/private/ospath
export ospath